class ChromiumExporter
Defined at line 21 of file ../../src/performance/lib/trace_converters/chromium_exporter.h
Public Methods
bool OnSchedulerPass ()
Defined at line 32 of file ../../src/performance/lib/trace_converters/chromium_exporter.h
void ChromiumExporter (const std::filesystem::path & out_path)
Defined at line 206 of file ../../src/performance/lib/trace_converters/chromium_exporter.cc
void ChromiumExporter (const std::filesystem::path & out_path, const std::filesystem::path & system_trace_out_path)
This constructor doesn't delegate to the single-argument version, because doing so would mean
that, during Start(), `system_events_writer_` would point to the wrong file. That's fine _today_,
as no system trace event data is emitted during Start(), but nothing enforces that.
Defined at line 217 of file ../../src/performance/lib/trace_converters/chromium_exporter.cc
void ~ChromiumExporter ()
Defined at line 226 of file ../../src/performance/lib/trace_converters/chromium_exporter.cc
void ExportRecord (const trace::Record & record)
Defined at line 264 of file ../../src/performance/lib/trace_converters/chromium_exporter.cc
void StartSchedulerPass ()
Defined at line 239 of file ../../src/performance/lib/trace_converters/chromium_exporter.cc