Closed bennn closed 1 year ago
I think that’s a really good idea: we should make it fast to use float tracker, and then give knobs to opt in to greater inspectability
For reference, 1a728eccaf83b31f95b1e93a8e162ad009f861fc turns off prop stacktraces by default.
They can be turned back on with set_exclude_stacktrace(exclusions=[])
There is no way (now) to include some but not all stacktraces.
@bennn See fdc6589 for some better docs on this
Something to consider: would sampling stacktraces give better performance?
Problem
When I run the code below, it finishes in about 1 minute.
But without the
set_exclude_stacktrace
line, it takes at least 3x longer to run.(It may be much worse than 3x. I ran a version overnight with
T=200
and it took 6 hours!)