commit 938f8a15124687cfa665bf2e225111f997d5d3ce
parent 3849f254c8309bcb79fda84858c3e81b51de2e74
Author: Alexander Burger <abu@software-lab.de>
Date: Mon, 1 Jul 2013 12:40:17 +0200
Minor: 'start_time' in 'proc'
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ersatz/lib.l b/ersatz/lib.l
@@ -1,4 +1,4 @@
-# 04mar13abu
+# 01jul13abu
# (c) Software Lab. Alexander Burger
(setq *OS (java (java "java.lang.System" "getProperty" "os.name")))
@@ -1633,7 +1633,7 @@
(de proc @
(apply call
(make (while (args) (link "-C" (next))))
- 'ps "-H" "-o" "pid,ppid,start,size,pcpu,wchan,cmd" ) )
+ 'ps "-H" "-o" "pid,ppid,start_time,size,pcpu,wchan,cmd" ) )
# Benchmarking
(de bench Prg
diff --git a/lib/debug.l b/lib/debug.l
@@ -405,7 +405,7 @@
(de proc @
(apply call
(make (while (args) (link "-C" (next))))
- 'ps "-H" "-o" "pid,ppid,start,size,pcpu,wchan,cmd" ) )
+ 'ps "-H" "-o" "pid,ppid,start_time,size,pcpu,wchan,cmd" ) )
# Benchmarking
(de bench Prg