Home
last modified time | relevance | path

Searched refs:flushCount_ (Results 1 - 13 of 13) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H A Dffrt_profiler_write.cpp53 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report()
100 ++flushCount_; in Flush()
101 eventNotifier_->Post(flushCount_.load()); in Flush()
/developtools/profiler/device/plugins/network_profiler/client/src/
H A Dnetwork_profiler_write.cpp53 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report()
100 ++flushCount_; in Flush()
101 eventNotifier_->Post(flushCount_.load()); in Flush()
/developtools/profiler/device/plugins/native_hook/src/
H A Dstack_writer.cpp91 ++flushCount_; in Flush()
92 eventNotifier_->Post(flushCount_.load()); in Flush()
/developtools/profiler/device/plugins/api/src/
H A Dbuffer_writer.cpp62 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report()
136 ++flushCount_; in Flush()
140 eventNotifier_->Post(flushCount_.load()); in Flush()
H A Dbuffer_writer.h67 std::atomic<uint32_t> flushCount_ = 0; member in BufferWriter
/developtools/profiler/device/plugins/native_hook/include/
H A Dstack_writer.h55 std::atomic<uint32_t> flushCount_ = 0; member in StackWriter
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H A Dffrt_profiler_write.h55 std::atomic<uint32_t> flushCount_{0};
/developtools/profiler/device/plugins/network_profiler/client/include/
H A Dnetwork_profiler_write.h55 std::atomic<uint32_t> flushCount_{0};
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_handle.h69 uint32_t flushCount_{0};
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_handle.h70 uint32_t flushCount_{0};
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_handle.cpp105 if ((++flushCount_ & FLUSH_INTERVAL) != 0) { in FlushCheck()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dstack_writer_test.cpp181 EXPECT_EQ((int)write->flushCount_, 1); in HWTEST_F()
190 EXPECT_EQ((int)write->flushCount_, 2); in HWTEST_F()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_handle.cpp153 if ((++flushCount_ & FLUSH_INTERVAL) != 0) { in FlushCheck()

Completed in 4 milliseconds