summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-12-27 21:27:31 (GMT)
committerEvan Martin <martine@danga.com>2011-12-27 21:29:14 (GMT)
commit4b37968d37bbf91acb7c8608d8e878abaed26446 (patch)
treedd7dcc32df19e8df39dbf35cd931b1f3a8d17351 /HACKING
parent182f4c27293fd0bdc2eb7562465efa96e5714705 (diff)
downloadNinja-4b37968d37bbf91acb7c8608d8e878abaed26446.zip
Ninja-4b37968d37bbf91acb7c8608d8e878abaed26446.tar.gz
Ninja-4b37968d37bbf91acb7c8608d8e878abaed26446.tar.bz2
adapt parser_perftest to new depfile class
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 3 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index c8c0af4..92cdf68 100644
--- a/HACKING
+++ b/HACKING
@@ -18,6 +18,9 @@ Testing performance impact of changes:
(for i in `seq 5`; do time -p ninja-new chrome) 2>&1 | grep real > new
and then compare those two lists of timings either by eye or with R.
+ For changing the depfile parser, you can also build 'parser_perftest'
+ and run that directly on some representative input files.
+
Coding guidelines:
- Function name are camelcase.
- Member methods are camelcase, expect for trivial getters which are