Diff for "GavinPanella"

Not logged in - Log In / Register

Differences between revisions 3 and 23 (spanning 20 versions)
Revision 3 as of 2009-02-04 16:21:59
Size: 1145
Editor: allenap
Comment:
Revision 23 as of 2011-08-02 10:46:20
Size: 2097
Editor: allenap
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
I work on [[https://launchpad.net/malone|Launchpad Bugs]], also known as Malone. I work on Launchpad as part of [[http://www.canonical.com/|Canonical]]'s Launchpad team.
Line 14: Line 14:
== Profiling Launchpad == == Dashboard ==
Line 16: Line 16:
 * 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
 * [[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]]
 * [[https://bugs.launchpad.net/~allenap/+reportedbugs?orderby=-datecreated|Recently filed bugs]] (by me)
 * <<NewPage(GavinPanella/ArgMoinSyntaxSucksTemplate,New reST page)>>
Line 24: Line 23:
+[profiling]
+profile_requests: True
+profile_dir: /tmp/profiling
+
 [archivepublisher]
 root: /var/tmp/archive
}}}
== Reference ==
Line 32: Line 25:
 * `mkdir /tmp/profiling`  * [[https://devpad.canonical.com/~gary|Launchpad internal API documentation, ZCML reference, etc.]]
 * [[https://wiki.canonical.com/InformationInfrastructure/OSA/LOSAs|LOSA information for developers]] (internal)
 * [[/ProfilingLaunchpad|Profiling Launchpad]]
Line 34: Line 29:
 * `make run` and use the application.  * Java``Script
   * [[https://developer.mozilla.org/en/JavaScript/Reference|MDN JavaScript Reference]]
   * [[JavaScriptReviewNotes|Javascript Review Notes]]
Line 36: Line 33:
 * `wget http://jrfonseca.googlecode.com/svn/trunk/gprof2dot/gprof2dot.py`  * Design / UI
   * [[UserInterfaceWording|User Interface Wording]]
   * [[http://developer.yahoo.com/ypatterns/|Yahoo! Design Pattern Library]]
Line 38: Line 37:
 * `python gprof2dot.py -n 1 -f pstats /tmp/profiling/''blah.prof'' | dot -Tpng -o profiling.png`  * Packaging
   * [[/BumpPackageVersion|Bumping the version of a package on dogfood]]
Line 40: Line 40:
 * Look at `profiling.png`. === Javascript / Browser / etc. ===
Line 42: Line 42:
 * [[http://html5-demos.appspot.com/|HTML5 Demos]]
   * [[http://html5-demos.appspot.com/static/html5-whats-new/template/index.html|The Latest]]
     * [[http://html5-demos.appspot.com/static/html5-whats-new/template/index.html#50|Tools]]
 * [[http://www.htmlfivewow.com|HTML5 Wow]]
 * [[http://www.html5rocks.com/en/|HTML5 Rocks]]

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