Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
H A DByTrace.cpp25 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 Dsp_profiler_factory.cpp148 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 DByTrace.h28 void SetTraceConfig(int mSum, int mInterval, long long mThreshold, int mLowfps, int mCurNum) const;

Completed in 2 milliseconds