Home
last modified time | relevance | path

Searched refs:ByTrace (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/include/
H A DByTrace.h20 class ByTrace { class
22 static ByTrace &GetInstance() in GetInstance()
24 static ByTrace instance; in GetInstance()
38 ByTrace() {}; in ByTrace() function in OHOS::SmartPerf::ByTrace
39 ByTrace(const ByTrace &);
40 ByTrace &operator = (const ByTrace &);
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dbytrace_test.cpp21 #include "ByTrace.h"
39 ByTrace &byTrace = ByTrace::GetInstance(); in HWTEST_F()
60 ByTrace &byTrace = ByTrace::GetInstance(); in HWTEST_F()
70 ByTrace &byTrace = ByTrace::GetInstance(); in HWTEST_F()
/developtools/profiler/host/smartperf/client/client_command/
H A DByTrace.cpp20 #include "include/ByTrace.h"
25 void ByTrace::SetTraceConfig(int mSum, int mInterval, long long mThreshold, int mLowfps, int mCurNum) const in SetTraceConfig()
32 LOGI("ByTrace::SetTraceConfig mSum(%d) mInterval(%d) mThreshold(%lld) mLowfps(%d) mCurNum(%d)", mSum, mInterval, in SetTraceConfig()
35 void ByTrace::ThreadGetTrace() const in ThreadGetTrace()
50 TraceStatus ByTrace::CheckFpsJitters(std::vector<long long> jitters, int cfps) const in CheckFpsJitters()
68 void ByTrace::TriggerCatch(long long curTime) const in TriggerCatch()
79 bool ByTrace::CheckHitraceId() const in CheckHitraceId()
H A Dsp_profiler_factory.cpp25 #include "include/ByTrace.h"
168 const ByTrace &bTrace = ByTrace::GetInstance(); in SetByTrace()
H A Dprofiler_fps.cpp30 #include "include/ByTrace.h"
72 ByTrace::GetInstance().CheckFpsJitters(finalResult.jitters, finalResult.fps); in ItemData()

Completed in 4 milliseconds