Skip to content

Commit

Permalink
Add profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslindner committed Nov 21, 2024
1 parent 577c750 commit e4b6e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/arm_cm0/balrob/balrob_supportLib.sml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ fun birs_basic_from_sums bprog_tm birs_rule_SUBST_thm sums st_tm =
else
birs_strategiesLib.birs_from_summaries postproc_fun sums st_tm
end;
val birs_basic_from_sums = fn x => fn y => fn z => Profile.profile "birs_basic_from_sums" (birs_basic_from_sums x y z);


fun birs_basic_init_state prog_birenvtyl_def reqs init_addr =
Expand Down

0 comments on commit e4b6e64

Please sign in to comment.