Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Djson_parser.cpp102 std::vector<uint32_t> topKTimes; in ParsePluginStatsEvent() local
103 ParseUInt32Vec(root[KEY_OF_TOP_K_TIME], topKTimes); in ParsePluginStatsEvent()
104 event->Update(KEY_OF_TOP_K_TIME, topKTimes); in ParsePluginStatsEvent()