开发者

printk second output

开发者 https://www.devze.com 2023-02-17 22:47 出处:网络
When I printk(KERN_INFO, ...), I get something lik开发者_开发百科e this: <6>[116584.000183] ...

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

精彩评论

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