Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.cpp46 struct PerformanceDataManager::InternalData {
53 PerformanceDataManager::TypeDataSet& dataSet) in UpdateTimingData()
107 vector<IPerformanceDataManager::PerformanceData> GetTimingData(const PerformanceDataManager::TypeDataSet& typeData) in GetTimingData()
123 PerformanceDataManager::~PerformanceDataManager() = default;
125 PerformanceDataManager::PerformanceDataManager(const string_view category) : category_(category) {} in PerformanceDataManager() function in PerformanceDataManager
127 string_view PerformanceDataManager::GetCategory() const in GetCategory()
134 IPerformanceDataManager::TimerHandle PerformanceDataManager::BeginTimer() in BeginTimer()
139 int64_t PerformanceDataManager
[all...]
H A Dperformance_data_manager.h36 /** PerformanceDataManager.
39 class PerformanceDataManager final : public IPerformanceDataManager {
44 ~PerformanceDataManager();
45 explicit PerformanceDataManager(const BASE_NS::string_view category);
47 PerformanceDataManager(const PerformanceDataManager&) = delete;
48 PerformanceDataManager& operator=(const PerformanceDataManager&) = delete;
94 BASE_NS::unordered_map<BASE_NS::string, BASE_NS::unique_ptr<PerformanceDataManager>> managers_;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine.cpp114 static_cast<const PerformanceDataManager&>(*perfMan).DumpToLog(); in ~Engine()

Completed in 2 milliseconds