Displaying 2 results from an estimated 2 matches for "dirtrac".
Did you mean:
  distrac
  
2007 Nov 21
0
Using DTrace to analyse ON build
This is from a discussion on opensolaris-tools that is somewhat relevant for 
DTrace community.
I wrote a simple D script 
(http://www.opensolaris.org/os/project/onnv/onnv_build/faster_builds/tools/dtrace/dirtrace.d)
that collects data for each dmake process during the Solaris build. After that 
the data is post-processed by a Perl script 
(http://www.opensolaris.org/os/project/onnv/onnv_build/faster_builds/tools/dtrace/tree.pl)
 that produces a full build timeline for building usr/src/uts (I skipped lib 
a...
2006 Jan 23
0
Single view over multiple tables
In my effort to learn rails, I''m writing a personal Information 
Management "system".  So, something where I can track passwords, credit 
cards, ssn, drivers license, etc.  What I have done, and perhaps not 
correctly, is created a table for each category.
I want to create a master list page.  One view that displays all the 
data from the various tables by category.  Do I fail