Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp235 int32_t tmp = maxThread_; in ParseTraceDataItem()
240 TS_LOGI("parser Thread:%d/%d start working ...\n", maxThread_ - tmp, maxThread_); in ParseTraceDataItem()
Dbytrace_parser.h116 …const int32_t maxThread_ = 4; // 4 is the best on ubuntu 113MB/s, max 138MB/s, 6 is best on mac m1… variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp273 int32_t tmp = maxThread_; in ParseTraceDataItem()
278 TS_LOGI("parser Thread:%d/%d start working ...\n", maxThread_ - tmp, maxThread_); in ParseTraceDataItem()
Dbytrace_parser.h168 …const int32_t maxThread_ = 4; // 4 is the best on ubuntu 113MB/s, max 138MB/s, 6 is best on mac m1… variable
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.h131 …const int32_t maxThread_ = 4; // 4 is the best on ubuntu 113MB/s, max 138MB/s, 6 is best on mac m1… variable
Dhtrace_parser.cpp229 int32_t tmp = maxThread_; in ParseTraceDataItem()
234 TS_LOGD("parser Thread:%d/%d start working ...\n", maxThread_ - tmp, maxThread_); in ParseTraceDataItem()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.h138 …const int32_t maxThread_ = 4; // 4 is the best on ubuntu 113MB/s, max 138MB/s, 6 is best on mac m1… variable
Dhtrace_parser.cpp236 int32_t tmp = maxThread_; in ParseTraceDataItem()
241 TS_LOGD("parser Thread:%d/%d start working ...\n", maxThread_ - tmp, maxThread_); in ParseTraceDataItem()