ZFFramework
 
Loading...
Searching...
No Matches
ZFCoreStatistic_ZFTime.h File Reference

util to log function's invoke time More...

#include "ZFTime.h"

Go to the source code of this file.

Namespaces

namespace  ZFCoreStatistic
 

 

Macros

#define ZFCoreStatisticInvokeTimeLogger(key)
 see ZFCoreStatistic::invokeTimeLogBegin
 
#define ZFCoreStatisticInvokeTimeLoggerOneTime(key, ...)
 see ZFCoreStatistic::invokeTimeLogBegin
 

Functions

void ZFCoreStatistic::invokeTimeLogBegin (const zfstring &key)
 util to log function's invoke time
 
void ZFCoreStatistic::invokeTimeLogEnd (const zfstring &key)
 see ZFCoreStatistic::invokeTimeLogBegin
 
void ZFCoreStatistic::invokeTimeRemove (const zfstring &key)
 see ZFCoreStatistic::invokeTimeLogBegin
 
void ZFCoreStatistic::invokeTimeRemoveAll (void)
 see ZFCoreStatistic::invokeTimeLogBegin
 
zfindex ZFCoreStatistic::invokeTimeGetInvokeCount (const zfstring &key)
 see ZFCoreStatistic::invokeTimeLogBegin
 
ZFTimeValue ZFCoreStatistic::invokeTimeGetAverageTime (const zfstring &key)
 see ZFCoreStatistic::invokeTimeLogBegin
 
ZFTimeValue ZFCoreStatistic::invokeTimeGetTotalTime (const zfstring &key)
 see ZFCoreStatistic::invokeTimeLogBegin
 
void ZFCoreStatistic::invokeTimeGetSummary (zfstring &ret, const zfstring &key)
 see ZFCoreStatistic::invokeTimeLogBegin
 
zfstring ZFCoreStatistic::invokeTimeGetSummary (const zfstring &key)
 see ZFCoreStatistic::invokeTimeLogBegin
 

Detailed Description

util to log function's invoke time