File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414#include " Logger.h"
1515#include " TraceSpan.h"
1616#include " output_base.h"
17- #include " parfait/protos/perfetto/trace/perfetto_trace.pb.h"
1817
1918namespace KINETO_NAMESPACE {
2019
Original file line number Diff line number Diff line change 88
99#pragma once
1010
11- #include < parfait/protos/perfetto/trace /perfetto_trace.pb.h>
11+ #include < kineto/libkineto/src /perfetto_trace.pb.h>
1212#include < string>
1313#include < unordered_map>
1414#include " output_base.h"
1515
1616namespace KINETO_NAMESPACE {
1717
1818// PerfettoTraceBuilder is a helper class that constructs Perfetto protobuf
19- // traces It provides similar interface to ActivityLogger but builds a Perfetto
20- // trace object This class is designed to be used alongside ChromeTraceLogger to
21- // generate both JSON and Perfetto protobuf traces
19+ // traces It provides similar interface to ActivityLogger but builds a
20+ // Perfetto trace object This class is designed to be used alongside
21+ // ChromeTraceLogger to generate both JSON and Perfetto protobuf traces
2222class PerfettoTraceBuilder {
2323 public:
2424 PerfettoTraceBuilder ();
@@ -76,7 +76,8 @@ class PerfettoTraceBuilder {
7676 // Map from (deviceId, resourceId, threadId) to track UUID
7777 std::unordered_map<std::string, TrackDescriptor*> trackUuids_;
7878
79- // Map from deviceId to process TrackDescriptor pointer for later name updates
79+ // Map from deviceId to process TrackDescriptor pointer for later name
80+ // updates
8081 std::unordered_map<int64_t , TrackDescriptor*> deviceProcessDescriptors_;
8182
8283 // Map from Main Thread to child thread
You can’t perform that action at this time.
0 commit comments