chore: add profileitM for simp
This commit is contained in:
parent
a81c628a12
commit
db499a646f
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ end DefaultMethods
|
|||
|
||||
end Simp
|
||||
|
||||
def simp (e : Expr) (ctx : Simp.Context) : MetaM Simp.Result := do
|
||||
def simp (e : Expr) (ctx : Simp.Context) : MetaM Simp.Result := do profileitM Exception "simp" (← getOptions) do
|
||||
Simp.main e ctx (methods := Simp.DefaultMethods.methods)
|
||||
|
||||
end Lean.Meta
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue