shithub: MicroHs

Download patch

ref: aec61b31178b47b8ede08079e3ac02da21a4332d
parent: 3a4d34e2b341cea476d069c653265e50c295a9e5
author: Jan-Willem Maessen <jmaessen@fb.com>
date: Sun Jan 28 10:12:19 EST 2024

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:
--