Skip to content

Commit

Permalink
perfetto.cc: fix chunk in perfetto.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Sep 5, 2024
1 parent 7604355 commit 470f378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiling/perfetto-connector/perfetto/perfetto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49830,7 +49830,7 @@ constexpr uint8_t kChunkNeedsPatching =
} // namespace.

constexpr size_t TraceBuffer::ChunkRecord::kMaxSize;
constexpr size_t TraceBuffer::InlineChunkHeaderSize = sizeof(ChunkRecord);
const size_t TraceBuffer::InlineChunkHeaderSize = sizeof(ChunkRecord);

// static
std::unique_ptr<TraceBuffer> TraceBuffer::Create(size_t size_in_bytes,
Expand Down

0 comments on commit 470f378

Please sign in to comment.