开发者

printk second output

When I printk(KERN_INFO, ...), I get something lik开发者_开发百科e this:

<6>[116584.000183] ...

What is the number between the square brackets exactly?


Seconds since startup. You can control whether this is shown with the CONFIG_PRINTK_TIME variable in kernel config.


It's a timestamp with microsecond resolution. See the printk source.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜