From 0bc2c9122e5c2b182dab1f8d3485087ca16d69ae Mon Sep 17 00:00:00 2001 From: David Vogel Date: Sat, 30 May 2020 19:26:53 +0200 Subject: [PATCH] Add profiling batch file --- bin/stitch/Profile.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/stitch/Profile.bat diff --git a/bin/stitch/Profile.bat b/bin/stitch/Profile.bat new file mode 100644 index 0000000..a5384e7 --- /dev/null +++ b/bin/stitch/Profile.bat @@ -0,0 +1 @@ +go tool pprof -http=: ./stitch.exe cpu.prof \ No newline at end of file