search for: strtime

Displaying 3 results from an estimated 3 matches for "strtime".

Did you mean: strptime
2007 Jan 10
0
[DTrace] Loose ends
...ill online). They are rather more meaningful tools now. (Eg, I can run shellsnoop with "-qp PID" with the PID of a shell, and see only the characters echo''d to their screen, in their original formatting). I common switch I''m adding is -v for time, # ./execsnoop -v STRTIME UID PID PPID ARGS 2005 Jan 22 00:07:22 0 23053 20933 date 2005 Jan 22 00:07:24 0 23054 20933 uname -a 2005 Jan 22 00:07:25 0 23055 20933 ls -latr 2005 Jan 22 00:07:27 0 23056 20933 df -k 2005 Jan 22 00:07:29 0 23057 20933 ps -ef 2005 Jan 22 00:07:34...
2006 May 16
4
question about strftime when called from partial.
Hi, I''m calling a helper I''ve written - format_time() that is called from my views with a given time that was selected from my database and was returned to the view via an instance variable. When I call format_time from a partial, I see that I get some kind of String error and the partial won''t render. Basically, the object being passed in to format_time is already a
2010 Mar 30
7
Analyzing java class loading with dtrace
...the total execution time (measured at 40 seconds), only 0.63 seconds is spent actually executing on the CPU. Q1: Is this a correct interpretation? Suspecting that perhaps this ''missing'' time was spent in I/O, I executed iosnoop while the program ran, with the following results: STRTIME ? ? ? ? ? ? ?DEVICE ?MAJ MIN ? UID ? PID D ? ?BLOCK ? SIZE ? ? ? ? ? ? ? ?PATHNAME ARGS 2010 Mar 18 09:22:55 sd1 ? ? ?32 ?13 10054 20116 R 32569904 ? 8192 /var/tmp/test-crystal/lib/cr/CrystalReportsRuntime.jar 2010 Mar 18 09:22:55 sd1 ? ? ?32 ?13 10054 20116 R 32569920 ? 8192 /var/tmp/test-crystal/...