about summary refs log tree commit diff stats
path: root/080trace_browser.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2232Kartik K. Agaram2015-10-011-0/+4
|
* 2095Kartik K. Agaram2015-08-281-10/+0
| | | | | | | | | | | | Finally terminate the experiment of keeping debug prints around. I'm also going to give up on maintaining counts. What we really need is two kinds of tracing: a) For tests, just the domain-specific facts, organized by labels. b) For debugging, just transient dumps to stdout. b) only works if stdout is clean by default. Hmm, I think this means 'stash' should be the transient kind of trace.
* 1749 - investigating yesterday's sluggishnessKartik K. Agaram2015-07-101-2/+21
| | | | | | Comparing trace counts for a single test before and after yesterday's changes, one obvious culprit is that print-character has blown up from 754 trace lines (at all levels) to 2554.
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-1/+1
| | | | | | | It comes up pretty early in the codebase, but hopefully won't come up in the mu level until we get to higher-order recipes. Potentially intimidating name, but such prime real estate with no confusing overloadings in other projects!
* 1553Kartik K. Agaram2015-06-111-0/+200