[macruby-changes] [2768] MacRuby/trunk/sample-macruby/DTrace/insns_count.d

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 8 18:57:21 PDT 2009


Revision: 2768
          http://trac.macosforge.org/projects/ruby/changeset/2768
Author:   lsansonetti at apple.com
Date:     2009-10-08 18:57:20 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
this script will not run anymore

Removed Paths:
-------------
    MacRuby/trunk/sample-macruby/DTrace/insns_count.d

Deleted: MacRuby/trunk/sample-macruby/DTrace/insns_count.d
===================================================================
--- MacRuby/trunk/sample-macruby/DTrace/insns_count.d	2009-10-09 01:56:53 UTC (rev 2767)
+++ MacRuby/trunk/sample-macruby/DTrace/insns_count.d	2009-10-09 01:57:20 UTC (rev 2768)
@@ -1,21 +0,0 @@
-#!/usr/sbin/dtrace -s
-
-#pragma D option quiet
-
-BEGIN
-{
-    printf("Target pid: %d\n\n", $target);
-}
-
-macruby$target:::insn-entry
-{
-    @[copyinstr(arg0)] = count();
-}
-
-END
-{
-    printf("\n");
-    printf("%30s       %-30s\n", "INSN", "COUNT");
-    printf("--------------------------------------------------------------------------------\n");
-    printa("%30s       %-30 at d\n", @);
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091008/5e35c839/attachment.html>


More information about the macruby-changes mailing list