Changes between Version 2 and Version 3 of TheScriptingWay
- Timestamp:
- 2007-07-18T00:52:33Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TheScriptingWay
v2 v3 10 10 * Coverage Dumper and Viewer 11 11 * A dumper to dump coverage data to file. 12 * TheScriptingWay: Provide APIs to get coverage data, and let the script to dump data. (slow, not in XCache) 13 * non-[TheScriptingWay]: Dump data by XCache itself, controling by ini settings. (fast, the way XCache is using) 12 * Dump data by XCache itself, controling by ini settings. (fast, the way XCache is using). The other way: Provide APIs to get coverage data, and let the script to dump data. (slow, XCache does not use this way) 14 13 * A viewer script to show data nicely. 15 14 * APIs to load/decode data from cov-datafiles. (fast)