Diff for "GavinPanella"

Not logged in - Log In / Register

Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2008-11-10 09:34:44
Size: 219
Editor: allenap
Comment:
Revision 12 as of 2011-03-30 15:02:31
Size: 1722
Editor: allenap
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Gavin Panella == = Gavin Panella =

||<tablestyle="float: right" )> {{https://launchpadlibrarian.net/7115160/Hackergotchi.jpg}}||

I work on Launchpad as part of [[http://www.canonical.com/|Canonical]]'s Launchpad team.
Line 9: Line 13:

== Dashboard ==

 * [[https://devpad.canonical.com/~lpqateam/qa_reports/deployment-stable.html|Deployment: stable]]
 * [[https://devpad.canonical.com/~lpqateam/qa_reports/deployment-db-stable.html|Deployment: db-stable]]
 * [[https://bugs.launchpad.net/launchpad-project/+bugs?field.status=New&orderby=-heat|Triage: Launchpad Project]]
 * [[https://code.launchpad.net/launchpad-project/+activereviews|Reviews: Launchpad Project]]


== Reference ==

 * [[JavaScriptReviewNotes|Javascript Review Notes]]
 * [[UserInterfaceWording|User Interface Wording]]


== Profiling Launchpad ==

 * Apply: {{{
=== modified file 'configs/development/launchpad-lazr.conf'
--- configs/development/launchpad-lazr.conf 2009-01-21 03:21:56 +0000
+++ configs/development/launchpad-lazr.conf 2009-02-04 16:01:04 +0000
@@ -5,6 +5,10 @@
 [meta]
 extends: ../../lib/canonical/config/schema-lazr.conf

+[profiling]
+profile_requests: True
+profile_dir: /tmp/profiling
+
 [archivepublisher]
 root: /var/tmp/archive
}}}

 * `mkdir /tmp/profiling`

 * `make run` and use the application.

 * `wget http://jrfonseca.googlecode.com/svn/trunk/gprof2dot/gprof2dot.py`

 * `python gprof2dot.py -n 1 -f pstats /tmp/profiling/''blah.prof'' | dot -Tpng -o profiling.png`

 * Look at `profiling.png`.


----

Gavin Panella

https://launchpadlibrarian.net/7115160/Hackergotchi.jpg

I work on Launchpad as part of Canonical's Launchpad team.

Email

<gavin.panella AT SPAMFREE canonical DOT com>

Launchpad

~allenap


Dashboard

Reference

Profiling Launchpad

  • Apply:

    === modified file 'configs/development/launchpad-lazr.conf'
    --- configs/development/launchpad-lazr.conf     2009-01-21 03:21:56 +0000
    +++ configs/development/launchpad-lazr.conf     2009-02-04 16:01:04 +0000
    @@ -5,6 +5,10 @@
     [meta]
     extends: ../../lib/canonical/config/schema-lazr.conf
    
    +[profiling]
    +profile_requests: True
    +profile_dir: /tmp/profiling
    +
     [archivepublisher]
     root: /var/tmp/archive
  • mkdir /tmp/profiling

  • make run and use the application.

  • wget http://jrfonseca.googlecode.com/svn/trunk/gprof2dot/gprof2dot.py

  • python gprof2dot.py -n 1 -f pstats /tmp/profiling/''blah.prof'' | dot -Tpng -o profiling.png

  • Look at profiling.png.


CategoryHomepage

GavinPanella (last edited 2012-07-17 11:50:09 by allenap)