Home
last modified time | relevance | path

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

/external/perfetto/src/base/test/
Dtest_task_runner.cc72 pending_checkpoint_ = checkpoint; in RunUntilCheckpoint()
84 if (pending_checkpoint_ == checkpoint_iter.first->first) { in CreateCheckpoint()
85 pending_checkpoint_.clear(); in CreateCheckpoint()
Dtest_task_runner.h59 std::string pending_checkpoint_; variable