Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp820 std::string threadStr; variable
826 threadStr = "";
829 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), 0);
833 threadStr = " ";
836 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), 0);
840 threadStr = "1000";
843 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), 0);
847 threadStr = "1209 (skytone:service) R 1746 1746 0 0 -1 1077936448 10399 0 1 0 22 8";
850 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), 0);
854threadStr = "1209 skytone:service) R 1746 1746 0 0 -1 1077936448 10399 0 1 0 22 8 0 0 20 0 19 0";
[all …]