summaryrefslogtreecommitdiff
path: root/json/profile
diff options
context:
space:
mode:
authorAdam Scarr <adam@vektah.net>2017-08-13 19:27:41 +1000
committerAdam Scarr <adam@vektah.net>2017-08-13 19:27:41 +1000
commita4677a5834210c85e050de6dad13911a85297499 (patch)
tree0e0802a75478a10b4765fced5eb8c5ddd92183cc /json/profile
parent5716ddb5e7ca3cb4ee445bdd4958c37aeb033baa (diff)
Clean up autows
Diffstat (limited to 'json/profile')
-rw-r--r--json/profile/cpuprofile.bat3
-rw-r--r--json/profile/memprofile.bat3
2 files changed, 0 insertions, 6 deletions
diff --git a/json/profile/cpuprofile.bat b/json/profile/cpuprofile.bat
deleted file mode 100644
index c293b5e..0000000
--- a/json/profile/cpuprofile.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-go build
-profile.exe -cpuprofile cpu.out
-go tool pprof profile.exe cpu.out
diff --git a/json/profile/memprofile.bat b/json/profile/memprofile.bat
deleted file mode 100644
index 71873ac..0000000
--- a/json/profile/memprofile.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-go build
-profile.exe -memprofile mem.out
-go tool pprof profile.exe mem.out