Home
last modified time | relevance | path

Searched refs:statisticsPeriodData_ (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp92 statisticsPeriodData_.reserve(STATISTICS_PERIOD_DATA_SIZE); in StackPreprocess()
994 statisticsPeriodData_[record->callstackId] = record; in SetFreeStatisticsData()
1012 statisticsPeriodData_[stackId] = &recordIter->second; in SetAllocStatisticsData()
1047 statisticsPeriodData_[stackId] = &recordIter->second; in SetAllocStatisticsData()
1356 if (statisticsPeriodData_.empty()) { in FlushRecordStatistics()
1365 for (auto [addr, statistics] : statisticsPeriodData_) { in FlushRecordStatistics()
1380 statisticsPeriodData_.clear(); in FlushRecordStatistics()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dstack_preprocess.h211 std::unordered_map<uint32_t, RecordStatistic*> statisticsPeriodData_; member in StackPreprocess

Completed in 6 milliseconds