Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp50 const std::string COLUMN_THREAD_CNT = "thread_cnt"; variable
167 {COLUMN_THREAD_CNT, SqlUtil::COLUMN_TYPE_INT}, in CreateCpuCollectionTable()
327 bucket.PutInt(COLUMN_THREAD_CNT, cpuCollectionInfo.threadCount); in StoreProcessData()