Searched refs:AddSched (Results 1 – 1 of 1) sorted by relevance
/external/perfetto/src/trace_processor/dynamic/ |
D | thread_state_generator_unittest.cc | 61 void AddSched(base::Optional<Ts> end, UniqueTid utid, const char* end_state) { in AddSched() function in perfetto::trace_processor::__anone53400a20111::ThreadStateGeneratorUnittest 160 AddSched(Ts{10}, thread_a_, "S"); in TEST_F() 161 AddSched(Ts{15}, thread_b_, "D"); in TEST_F() 162 AddSched(Ts{20}, thread_a_, "R"); in TEST_F() 180 AddSched(Ts{30}, thread_a_, "S"); in TEST_F() 193 AddSched(Ts{10}, thread_a_, "S"); in TEST_F() 198 AddSched(Ts{25}, thread_a_, "R"); in TEST_F() 213 AddSched(Ts{10}, thread_a_, "S"); in TEST_F() 218 AddSched(Ts{25}, thread_a_, "R"); in TEST_F() 233 AddSched(Ts{10}, idle_thread_, "R"); in TEST_F() [all …]
|