Zulip Chat Archive
Stream: lean4
Topic: Getting timestamps alongside trace information
Eric Wieser (Apr 26 2024 at 14:31):
I'm looking at a simp
call that is unusually slow, and I using set_option trace.<...>
to see exactly what's going on. Is there any way to get the current time displayed with each trace message, without having to modify all the existing trace
lines in core?
Kevin Buzzard (Apr 26 2024 at 14:36):
I'm assuming the answer isn't set_option trace.profiler true
?
Eric Wieser (Apr 26 2024 at 14:47):
Correct, that doesn't help here
Last updated: May 02 2025 at 03:31 UTC