Diff for "GavinPanella"

Not logged in - Log In / Register

Differences between revisions 21 and 25 (spanning 4 versions)
Revision 21 as of 2011-07-18 11:56:26
Size: 2698
Editor: allenap
Comment:
Revision 25 as of 2011-09-02 14:19:23
Size: 2297
Editor: allenap
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * [[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://devpad.canonical.com/~lpqateam/qa_reports/deployment-stable.html|Deployment: stable]] (''internal'')
 * [[https://devpad.canonical.com/~lpqateam/qa_reports/deployment-db-stable.html|Deployment: db-stable]] (''internal'')
Line 22: Line 22:
 * [[https://portal.admin.canonical.com/ruins?team=losa&mode=unassigned|LOSA queue]] (''internal'')
Line 27: Line 28:
 * [[/ProfilingLaunchpad|Profiling Launchpad]]
Line 31: Line 33:
   * [[http://www.jsrosettastone.com/|jQuery - YUI3 Rosetta Stone]]
Line 36: Line 39:
=== Javascript / Browser / etc. ===  * Packaging
   * [[/BumpPackageVersion|Bumping the version of a package on dogfood]]

=== JavaScript / Browser / etc. ===
Line 44: Line 50:
== 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`.

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