Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp25 #include "NormalContext.h"
39 void NormalContext::CreateContext() in CreateContext()
42 NormalContext::CommonParts common = MakeCommonParts(); in CreateContext()
50 NormalContext::CommonParts NormalContext::MakeCommonParts() in MakeCommonParts()
55 return NormalContext::CommonParts(thr, sceneTimerInfrastructure, eventsPoster); in MakeCommonParts()
58 void NormalContext::InitAppStartMonitor(const NormalContext::CommonParts& common) in InitAppStartMonitor()
75 IMonitor* NormalContext::MakeAppStartMonitor(const NormalContext
[all...]
H A DNormalContext.h27 class NormalContext : public BaseContext { class
29 NormalContext() = default;
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.cpp21 #include "NormalContext.h"
133 perfContext = std::make_shared<NormalContext>(); in NormalInit()

Completed in 2 milliseconds