mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpperflog.inl
branchRCL_3
changeset 8 bee149131e4b
parent 0 a2952bb97e68
child 9 05b0d2323768
equal deleted inserted replaced
4:d45095c2f4f3 8:bee149131e4b
   187     
   187     
   188     if (totalTimeValue <= 0xFFFFFFFF)
   188     if (totalTimeValue <= 0xFFFFFFFF)
   189         {
   189         {
   190         WriteFormat( _L( "<PERFLOG>%S-%S, usage = %u, last time = %u.%S ms, total time = %u.%S ms, average time = %u.%S ms</PERFLOG>" ), 
   190         WriteFormat( _L( "<PERFLOG>%S-%S, usage = %u, last time = %u.%S ms, total time = %u.%S ms, average time = %u.%S ms</PERFLOG>" ), 
   191             iTitle, 
   191             iTitle, 
   192             &iDescription[index], 
   192             &iDescription[index],
   193             iTotalUsage[index], 
   193             iTotalUsage[index], 
   194             lastTimeValue, 
   194             lastTimeValue, 
   195             &lastTimeDecimal, 
   195             &lastTimeDecimal, 
   196             I64LOW(totalTimeValue), 
   196             I64LOW(totalTimeValue), 
   197             &totalTimeDecimal, 
   197             &totalTimeDecimal, 
   200         }
   200         }
   201     else
   201     else
   202         {
   202         {
   203         WriteFormat( _L( "<PERFLOG>%S-%S, usage = %u, last time = %u.%S ms, total time = %u%u.%S ms, average time = %u.%S ms</PERFLOG>" ), 
   203         WriteFormat( _L( "<PERFLOG>%S-%S, usage = %u, last time = %u.%S ms, total time = %u%u.%S ms, average time = %u.%S ms</PERFLOG>" ), 
   204             iTitle, 
   204             iTitle, 
   205             &iDescription[index], 
   205             &iDescription[index],
   206             iTotalUsage[index], 
   206             iTotalUsage[index], 
   207             lastTimeValue, 
   207             lastTimeValue, 
   208             &lastTimeDecimal, 
   208             &lastTimeDecimal, 
   209             I64HIGH(totalTimeValue), 
   209             I64HIGH(totalTimeValue), 
   210             I64LOW(totalTimeValue),
   210             I64LOW(totalTimeValue),