Searched refs:flushCount_ (Results 1 - 13 of 13) sorted by relevance
/developtools/profiler/device/plugins/ffrt_profiler/client/src/ |
H A D | ffrt_profiler_write.cpp | 53 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 D | network_profiler_write.cpp | 53 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 D | stack_writer.cpp | 91 ++flushCount_; in Flush() 92 eventNotifier_->Post(flushCount_.load()); in Flush()
|
/developtools/profiler/device/plugins/api/src/ |
H A D | buffer_writer.cpp | 62 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report() 136 ++flushCount_; in Flush() 140 eventNotifier_->Post(flushCount_.load()); in Flush()
|
H A D | buffer_writer.h | 67 std::atomic<uint32_t> flushCount_ = 0; member in BufferWriter
|
/developtools/profiler/device/plugins/native_hook/include/ |
H A D | stack_writer.h | 55 std::atomic<uint32_t> flushCount_ = 0; member in StackWriter
|
/developtools/profiler/device/plugins/ffrt_profiler/client/include/ |
H A D | ffrt_profiler_write.h | 55 std::atomic<uint32_t> flushCount_{0};
|
/developtools/profiler/device/plugins/network_profiler/client/include/ |
H A D | network_profiler_write.h | 55 std::atomic<uint32_t> flushCount_{0};
|
/developtools/profiler/device/plugins/ffrt_profiler/service/include/ |
H A D | ffrt_profiler_handle.h | 69 uint32_t flushCount_{0};
|
/developtools/profiler/device/plugins/network_profiler/service/include/ |
H A D | network_profiler_handle.h | 70 uint32_t flushCount_{0};
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
H A D | network_profiler_handle.cpp | 105 if ((++flushCount_ & FLUSH_INTERVAL) != 0) { in FlushCheck()
|
/developtools/profiler/device/plugins/native_hook/test/unittest/ |
H A D | stack_writer_test.cpp | 181 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 D | ffrt_profiler_handle.cpp | 153 if ((++flushCount_ & FLUSH_INTERVAL) != 0) { in FlushCheck()
|
Completed in 4 milliseconds