shithub: MicroHs

Download patch

ref: a753d47a5eb757ac62ab6568f5d58ea1deda78ab
parent: 3a4d34e2b341cea476d069c653265e50c295a9e5
parent: aec61b31178b47b8ede08079e3ac02da21a4332d
author: Lennart Augustsson <lennart@augustsson.net>
date: Sun Jan 28 18:59:16 EST 2024

Merge pull request #31 from jmaessen/time_timecachecompile

use time to get end-to-end timecachecompile timing

--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@
 timecachecompile: bin/mhs
 	@-rm -f .mhscache
 	bin/mhs -CW AllOfLib
-	bin/mhs +RTS -v -RTS -CR -isrc MicroHs.Main
+	time bin/mhs +RTS -v -RTS -CR -isrc MicroHs.Main
 
 #
 cachelib:
--