diff options
author | Steven Knight <knight@baldmt.com> | 2009-12-18 09:26:23 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-12-18 09:26:23 (GMT) |
commit | 56524ddacca7c595ce8c01f5569e51b3c897ad57 (patch) | |
tree | 499ebea094a74c51a72c5820993be760e04a2639 /timings/CPPPATH | |
parent | 66d0823dd960afe9cf45c910d2fcedea133c6fef (diff) | |
download | SCons-56524ddacca7c595ce8c01f5569e51b3c897ad57.zip SCons-56524ddacca7c595ce8c01f5569e51b3c897ad57.tar.gz SCons-56524ddacca7c595ce8c01f5569e51b3c897ad57.tar.bz2 |
Add config.js files to the timing configurations, and update graph.html
to use them to display configuration-specific info (right now just
the title) for each graph's page.
Diffstat (limited to 'timings/CPPPATH')
-rw-r--r-- | timings/CPPPATH/config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/timings/CPPPATH/config.js b/timings/CPPPATH/config.js new file mode 100644 index 0000000..d5ddef3 --- /dev/null +++ b/timings/CPPPATH/config.js @@ -0,0 +1,3 @@ +var Config = { + 'title': "timings/CPPPATH", +}; |