Searched refs:mSum (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | ByTrace.cpp | 25 void ByTrace::SetTraceConfig(int mSum, int mInterval, long long mThreshold, int mLowfps, int mCurNum) const in SetTraceConfig() argument 27 sum = mSum; in SetTraceConfig() 32 LOGI("ByTrace::SetTraceConfig mSum(%d) mInterval(%d) mThreshold(%lld) mLowfps(%d) mCurNum(%d)", mSum, mInterval, in SetTraceConfig()
|
H A D | sp_profiler_factory.cpp | 148 int mSum = 0; in SetByTrace() local 156 mSum = std::stoi(vItems[1]); in SetByTrace() 171 bTrace.SetTraceConfig(mSum, mInterval, mThreshold, lowFps, mCurNum); in SetByTrace()
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
H A D | ByTrace.h | 28 void SetTraceConfig(int mSum, int mInterval, long long mThreshold, int mLowfps, int mCurNum) const;
|
Completed in 2 milliseconds