Zulip Chat Archive

Stream: lean4

Topic: is `trace.profiler.useHeartbeats` a thing?


Kevin Buzzard (Jun 29 2024 at 09:01):

On 4.9.0-rc3, a hover on the set_option trace.profiler.threshold says

threshold in milliseconds (or heartbeats if trace.profiler.useHeartbeats is true),
traces below threshold will not be activated

but

set_option trace.profiler.useHeartbeats true

gives

unknown option 'trace.profiler.useHeartbeats'

Mauricio Collares (Jun 29 2024 at 13:44):

Good catch, lean4#3986 introduced the option but there was a typo in its name (it's currently called trace.profiler.useHearbeats)

Kyle Miller (Jun 29 2024 at 18:43):

Thanks: lean4#4590


Last updated: May 02 2025 at 03:31 UTC