Home
last modified time | relevance | path

Searched refs:writeBytes_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_writer.h72 uint64_t writeBytes_ = 0; variable
Dtrace_file_writer.cpp169 writeBytes_ += nbytes; in Write()
247 …G_CORE, "flush: %s, bytes: %" PRIu64 ", count: %" PRIu64, path_.c_str(), writeBytes_, writeCount_); in FlushStream()