Skip to content

Commit

Permalink
turn off perf. counters
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Jan 26, 2024
1 parent caf103a commit c124cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Groebner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If performance-tracking macro `@timeit` should be enabled in Groebner.
When this is `false`, all performance counters in Groebner are disabled and
entail **(almost)** no runtime overhead.
"""
performance_counters_enabled() = true
performance_counters_enabled() = false

###
# Imports
Expand Down

0 comments on commit c124cf9

Please sign in to comment.