Stat::StatValue::SetInt64

Stat::StatValue::SetInt64
void SetInt64(const char* pname, UInt64 val);
Description

SetInt64 creates a statistical data and assigns Int64 type to the data.

Parameters
Parameters 
Description 
const char* pname 
Name of the data. 
UInt64 val 
Int64 value assigned to the data.