History log of /seL4-l4v-master/HOL4/src/portableML/Profile.sig
Revision Date Author Comments
# e8a30f41 05-Oct-2010 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Added a function profile_with_exn_name that keeps track of exception names in
the profiling results. In contrast, profile_with_exn combines all exceptions
raised by foo in one entry, foo_exn.


# 33722bdd 07-Jun-2010 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

added real-time to profiling information


# 458a7c3a 25-Sep-2009 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

added functions to profile with respect whether a function failed (threw an exception) or terminated normally


# 884b24f4 27-Jul-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Column width in profiling output is now computed dynamically. Leads to much nicer output when there are big numbers (i.e., long strings) which wouldn't fit before.


# 82a4ff97 26-Feb-2008 Michael Norrish <Michael.Norrish@nicta.com.au>

Move Profile.sig and Profile.sml to portableML, as this code has
nothing in it that is HOL specific. (Indeed, it's not used much in
the code base at all as it's a pretty poor man's substitute for real
profiling.)