Skip to content

Commit

Permalink
Adding program name to program track in perfetto
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Dec 30, 2022
1 parent 122da89 commit 905a6ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apex/perfetto_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ perfetto_listener::~perfetto_listener (void) {
void perfetto_listener::on_startup(startup_event_data &data) {
APEX_UNUSED(data);
// Give a custom name for the traced process.
/*
perfetto::ProcessTrack process_track = perfetto::ProcessTrack::Current();
perfetto::protos::gen::TrackDescriptor desc = process_track.Serialize();
desc.mutable_process()->set_process_name(thread_instance::program_path());
perfetto::TrackEvent::SetTrackDescriptor(process_track, desc);
*/
return;
}

Expand Down

0 comments on commit 905a6ef

Please sign in to comment.