|
|
|
|
|
by PhilipRoman
283 days ago
|
|
Log to a memory ring buffer (if you need extreme precision, prefetch everything and write binary fixed size "log entries"), flush asynchronously at some point when you don't care about timing anymore. Really helpful in kernel debugging. |
|