webmcp

changeset 301:216cd6ca6bc8

Removed CPU string from trace output
author jbe
date Sun Mar 22 19:28:07 2015 +0100 (2015-03-22)
parents d1d21ae9acdb
children 04b648660f9a
files framework/env/trace/_render_sub_tree.lua
line diff
     1.1 --- a/framework/env/trace/_render_sub_tree.lua	Sun Mar 22 19:26:51 2015 +0100
     1.2 +++ b/framework/env/trace/_render_sub_tree.lua	Sun Mar 22 19:28:07 2015 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  local function format_time(real_time, proc_time)
     1.5    if proc_time then
     1.6 -    return string.format("%.1f ms (%.1f ms CPU)", real_time * 1000, proc_time * 1000)
     1.7 +    return string.format("%.1f ms (%.1f ms)", real_time * 1000, proc_time * 1000)
     1.8    else
     1.9      return string.format("%.1f ms", real_time * 1000)
    1.10    end

Impressum / About Us