Searched refs:maxThread_ (Results 1 – 8 of 8) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/ |
D | bytrace_parser.cpp | 235 int32_t tmp = maxThread_; in ParseTraceDataItem() 240 TS_LOGI("parser Thread:%d/%d start working ...\n", maxThread_ - tmp, maxThread_); in ParseTraceDataItem()
|
D | bytrace_parser.h | 116 …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/ |
D | bytrace_parser.cpp | 273 int32_t tmp = maxThread_; in ParseTraceDataItem() 278 TS_LOGI("parser Thread:%d/%d start working ...\n", maxThread_ - tmp, maxThread_); in ParseTraceDataItem()
|
D | bytrace_parser.h | 168 …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/ |
D | htrace_parser.h | 131 …const int32_t maxThread_ = 4; // 4 is the best on ubuntu 113MB/s, max 138MB/s, 6 is best on mac m1… variable
|
D | htrace_parser.cpp | 229 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/ |
D | htrace_parser.h | 138 …const int32_t maxThread_ = 4; // 4 is the best on ubuntu 113MB/s, max 138MB/s, 6 is best on mac m1… variable
|
D | htrace_parser.cpp | 236 int32_t tmp = maxThread_; in ParseTraceDataItem() 241 TS_LOGD("parser Thread:%d/%d start working ...\n", maxThread_ - tmp, maxThread_); in ParseTraceDataItem()
|