Internal change
PiperOrigin-RevId: 494150467
This commit is contained in:
parent
4c4df2cf18
commit
5bc1baf96a
|
@ -127,6 +127,8 @@ class OutputStreamShard : public OutputStream {
|
||||||
friend class GraphProfiler;
|
friend class GraphProfiler;
|
||||||
// Accesses OutputStreamShard for profiling.
|
// Accesses OutputStreamShard for profiling.
|
||||||
friend class GraphTracer;
|
friend class GraphTracer;
|
||||||
|
// Accesses OutputStreamShard for profiling.
|
||||||
|
friend class PerfettoTraceScope;
|
||||||
// Accesses OutputStreamShard for post processing.
|
// Accesses OutputStreamShard for post processing.
|
||||||
friend class OutputStreamManager;
|
friend class OutputStreamManager;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user