Open main menu

CDOT Wiki β

Changes

Profile the build system

1,130 bytes added, 14:26, 11 November 2008
m
November 2008
=== Release 0.2 - Nov 10 ===
==== Goal ====* TBACapture the processes being spawned during build along with its pid, ppid, time, duration, and working directory* Try identifying the cause for slow Windows build
=== Release 0.3 - Dec 1 ===
== Project Data ==
=== Contribution Instructions ===
* Ideas on how to log the following during build time: pid, ppid, start time, end time, process name , current working directory
* <strike>Please feel free to fill in the table to help me collect more data</strike>
* <strike>YOU WILL BE CONSIDERED AS A PROJECT CONTRIBUTOR FOR PROVIDING DATA</strike>
== Project News / Updates ==
=== November 2008 ===
<i>11/11/2008 -</i>
* Managed to get process duration
<i>11/06/2008 -</i>
* Captured processes from a "do-nothing rebuild"
* Posted description of CSV log on [[https://bugzilla.mozilla.org/show_bug.cgi?id=459891 Bugzilla]]
* Trying to get more accurate data for Benjamin
<i>11/05/2008 -</i>
* Found a similar app to [[http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx Process Explorer]] called [[http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx Process Monitor]]
** Captures: pid, ppid, start time, end time, process name
** Can build log file
* Posted finding on [[https://bugzilla.mozilla.org/show_bug.cgi?id=459891 Bugzilla]]
* Asking for further directions/hints for project
<i>11/04/2008 -</i>
* Played with [[http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx Process Explorer]]
** Captured: pid, ppid, start time, end time, process name
** Finding ways to log it
 
=== October 2008 ===
<i>10/20/2008 -</i>
1
edit