Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/include/
H A DDDR.h20 class DDR : public SpProfiler { class
23 static DDR &GetInstance() in GetInstance()
25 static DDR instance; in GetInstance()
32 DDR() {}; in DDR() function in OHOS::SmartPerf::DDR
33 DDR(const DDR &);
34 DDR &operator = (const DDR &);
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dddr_test.cpp16 #include "DDR.h"
37 DDR &ddr = DDR::GetInstance(); in HWTEST_F()
38 std::map<std::string, std::string> result = DDR::GetInstance().ItemData(); in HWTEST_F()
/developtools/profiler/host/smartperf/client/client_command/
H A DDDR.cpp16 #include "include/DDR.h"
20 std::map<std::string, std::string> DDR::ItemData() in ItemData()
27 LOGI("DDR::ItemData map size(%u)", result.size()); in ItemData()
30 long long DDR::GetDdrFreq() in GetDdrFreq()
42 void DDR::SetRkFlag() in SetRkFlag()
H A Dsp_profiler_factory.cpp17 #include "include/DDR.h"
53 profiler = &DDR::GetInstance(); in GetProfilerItem()
192 profiler = &DDR::GetInstance(); in GetCmdProfilerItem()
H A Dsp_utils.cpp37 #include "include/DDR.h"
707 OHOS::SmartPerf::DDR::GetInstance().SetRkFlag(); in SetRkFlag()

Completed in 3 milliseconds