git clone https://github.com/google/perf_data_converter.git cd perf_data_converter bazel build src:perf_to_profile Place theperf_to_profilebinary in a place accessible from your PATH (e.g./usr/local/bin). There are a small number of tests that verify the basic functionality. To run thes...
TEST_F(PerfDataConverterTest, Converts) { string single_profile( GetResource("testdata/single-event-single-process.perf.data")); string multi_pid_profile( GetResource("testdata/single-event-multi-process.perf.data")); string multi_event_profile( GetResource("testdata/multi-event-single-process...
intervalmap.h intervalmap_test.cc path_matching.h perf_data_converter.cc perf_data_converter.h perf_data_converter_test.cc perf_data_handler.cc perf_data_handler.h perf_data_handler_test.cc perf_to_profile.cc profile.protoBreadcrumbs perf_data_converter / perf_data_handler_test.cc Latest...