Definition at line 148 of file MemoryInfo.h. References Bytes2String(), GetUsage(), ILOG_WARN, mIsActive, mMemFrom, and mTag. 00149 { 00150 if (!mIsActive) 00151 { 00152 ILOG_WARN("Not active (" << mTag << ")"); 00153 return "not active"; 00154 } 00155 Int64 memIncr = GetUsage() - mMemFrom; 00156 return Bytes2String(memIncr); 00157 }
Here is the call graph for this function: ![]()
|