History log of /seL4-l4v-10.1.1/isabelle/src/Pure/General/timing.scala
Revision Date Author Comments
# d374b56a 14-Mar-2018 wenzelm <none@none>

more informative JSON results;


# 75b3570a 25-May-2017 wenzelm <none@none>

clarified signature;


# 42c130e1 28-Apr-2017 wenzelm <none@none>

unused;


# bc95d6fd 28-Apr-2017 wenzelm <none@none>

clarified database layout;


# 63232de5 27-Apr-2017 wenzelm <none@none>

more encode/decode operations;


# 9609c1f9 07-Oct-2016 wenzelm <none@none>

more permissive timing data;


# 069a6f3a 07-Oct-2016 wenzelm <none@none>

more operations;


# ae90f198 09-Mar-2016 wenzelm <none@none>

clarified messages, notably on Windows where CPU time of poly.exe is not measured;


# 4b8fdecc 09-Mar-2016 wenzelm <none@none>

print timing like lib/scripts/timestop.bash;


# 268b5fb9 12-Aug-2014 wenzelm <none@none>

tuned;


# 3be931d9 29-Apr-2014 wenzelm <none@none>

more systematic Isabelle output, like in classic Isabelle/ML (without markup);


# fba3db4e 24-Apr-2014 wenzelm <none@none>

tuned signature, in accordance to ML version;


# ffd59da7 20-Feb-2014 wenzelm <none@none>

tuned imports;


# 482e71a7 30-Mar-2013 wenzelm <none@none>

more operations on Time, Timing;


# 23de58ec 21-Apr-2012 wenzelm <none@none>

some builtin session timing;


# c613e20a 03-Mar-2012 wenzelm <none@none>

relevant timing as in ML;
more PIDE modules;


# cc9cbc32 29-Nov-2011 wenzelm <none@none>

clarified Time vs. Timing;

--HG--
rename : src/Pure/General/timing.scala => src/Pure/General/time.scala


# 2ec142c0 29-Nov-2011 wenzelm <none@none>

separate compilation of PIDE vs. Pure sources, which enables independent Scala library;


# 2a73801f 28-Nov-2011 wenzelm <none@none>

explicit indication of modules for independent Scala library;


# 3a6d6c9b 28-Nov-2011 wenzelm <none@none>

tuned signature (according to ML version);


# 5b4561e1 22-Oct-2011 wenzelm <none@none>

class Time as abstract datatype;


# 71a039bb 04-Sep-2011 wenzelm <none@none>

property "tooltip-dismiss-delay" is edited in ms, not seconds;
explicit tooltip_dismiss_delay boundaries for further robustness;


# 6b3918b5 02-Dec-2010 wenzelm <none@none>

builtin time bounds (again);


# f87dd904 01-Dec-2010 wenzelm <none@none>

more abstract/uniform handling of time, preferring seconds as Double;


# 625ec383 06-Nov-2010 wenzelm <none@none>

somewhat more uniform timing in ML vs. Scala;

--HG--
rename : src/Pure/ML-Systems/timing.ML => src/Pure/General/timing.ML