class FxtRecordBuffer

Defined at line 16 of file ../../src/performance/experimental/profiler/fxt_writer.h

Public Members

vector buffer_
const zx::socket & socket_

Public Methods

void WriteBytes (const void * buffer, size_t num_bytes)

Defined at line 12 of file ../../src/performance/experimental/profiler/fxt_writer.cc

void FxtRecordBuffer (const zx::socket & socket, uint64_t header)

Defined at line 18 of file ../../src/performance/experimental/profiler/fxt_writer.h

void WriteWord (uint64_t word)

Defined at line 22 of file ../../src/performance/experimental/profiler/fxt_writer.h

void Commit ()

Defined at line 23 of file ../../src/performance/experimental/profiler/fxt_writer.cc