Home
last modified time | relevance | path

Searched refs:COLUMN_END_TIME (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp42 const std::string COLUMN_END_TIME = "end_time"; variable
161 {COLUMN_END_TIME, SqlUtil::COLUMN_TYPE_INT}, in CreateCpuCollectionTable()
189 {COLUMN_END_TIME, SqlUtil::COLUMN_TYPE_INT}, in CreateThreadCpuCollectionTable()
321 bucket.PutLong(COLUMN_END_TIME, static_cast<int64_t>(cpuCollectionInfo.endTime)); in StoreProcessData()
339 bucket.PutLong(COLUMN_END_TIME, static_cast<int64_t>(cpuCollection.endTime)); in StoreThreadData()