Skip to content

Commit

Permalink
Merge PR #18483: NewProfile: don't include full trace for unification…
Browse files Browse the repository at this point in the history
… and conversion

Reviewed-by: ppedrot
Co-authored-by: ppedrot <ppedrot@users.noreply.github.com>
  • Loading branch information
coqbot-app[bot] and ppedrot committed Jan 21, 2024
2 parents b8ba7d6 + a90fe00 commit 3298e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/newProfile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ let make_instr_diff ~istart ~iend =
through [profile] and I'm too lazy to make them conditional *)
let components =
match Sys.getenv_opt "COQ_PROFILE_COMPONENTS" with
| None -> CString.Pred.full
| None -> CString.Pred.(full |> remove "unification" |> remove "Conversion")
| Some s ->
List.fold_left (fun cs c -> CString.Pred.add c cs)
CString.Pred.empty
Expand Down

0 comments on commit 3298e47

Please sign in to comment.