summaryrefslogtreecommitdiffstats
path: root/tools/json_comment_eater
Commit message (Collapse)AuthorAgeFilesLines
* Fix some low hanging inefficiencies in the docs server. Two of the mostkalman@chromium.org2013-04-104-0/+112
expensive operations (by profiling), apart from the template rendering itself, are calling UnixName (model.py) and removing comments from JSON files (json_comment_eater.py). This rewrites both and memoizes the former. BUG=227490 Review URL: https://chromiumcodereview.appspot.com/13599004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193334 0039d316-1c4b-4281-b951-d872f2087c98