Home
last modified time | relevance | path

Searched refs:DoStats (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/api/src/
Dbuffer_writer.cpp59 void BufferWriter::DoStats(long bytes) in DoStats() function in BufferWriter
85 DoStats(pluginData.ByteSizeLong()); in Write()
94 DoStats(pmsg.ByteSizeLong()); in WriteMessage()
Dbuffer_writer.h47 void DoStats(long bytes);
/developtools/profiler/device/plugins/native_hook/include/
Dstack_writer.h43 void DoStats(long bytes);
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dstack_writer_test.cpp174 write->DoStats(bytes);
183 write->DoStats(bytes);
/developtools/profiler/device/plugins/native_hook/src/
Dstack_writer.cpp52 void StackWriter::DoStats(long bytes) in DoStats() function in StackWriter