Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dcpu_collector_test.cpp324 auto threadCollector = collector->CreateThreadCollector(getpid()); in HWTEST_F() local
326 auto collectResult1 = threadCollector->CollectThreadStatInfos(); in HWTEST_F()
329 auto collectResult2 = threadCollector->CollectThreadStatInfos(true); in HWTEST_F()
335 auto collectResult3 = threadCollector->CollectThreadStatInfos(); in HWTEST_F()
350 auto threadCollector = collector->CreateThreadCollector(1); in HWTEST_F() local
352 auto collectResult1 = threadCollector->CollectThreadStatInfos(true); in HWTEST_F()
355 auto collectResult2 = threadCollector->CollectThreadStatInfos(false); in HWTEST_F()
361 auto collectResult3 = threadCollector->CollectThreadStatInfos(); in HWTEST_F()

Completed in 2 milliseconds