#include <inttypes.h>
#include <base/sandesh/cpuinfo_types.h>
Go to the source code of this file.
|
| void | PopulateProcessCpuInfo (const CpuLoadInfo &cpu_load_info, ProcessCpuInfo *pinfo) |
| |
| template<typename CpuInfoStatUveType , typename CpuInfoStatUveDataType > |
| void | SendCpuInfoStat (const std::string &name, const CpuLoadInfo &cpu_load_info) |
| |
◆ PopulateProcessCpuInfo()
| void PopulateProcessCpuInfo |
( |
const CpuLoadInfo & |
cpu_load_info, |
|
|
ProcessCpuInfo * |
pinfo |
|
) |
| |
◆ SendCpuInfoStat()
template<typename CpuInfoStatUveType , typename CpuInfoStatUveDataType >
| void SendCpuInfoStat |
( |
const std::string & |
name, |
|
|
const CpuLoadInfo & |
cpu_load_info |
|
) |
| |