get-code-coverage-delta &key snapshot name => ccd
reset-code-coverage-snapshot => nil
set-code-coverage-snapshot => t
DescriptionThe function get-code-coverage-delta
returns a code-coverage-data object with information covering the period since the previous snapshot, and with name name. Normally this would be set by set-code-coverage-snapshot
or get-code-coverage-delta
with snapshot non-nil. If there was no such previous call, then the "delta" period commences, for each file, from the time it was loaded.
The function reset-code-coverage-snapshot
eliminates any snapshot. This is useful because the snapshot uses memory.
The function set-code-coverage-snapshot
creates a snapshot of the internal code coverage data, to be used by get-code-coverage-delta
.
When snapshot is non-nil, get-code-coverage-delta
sets up a new snapshot. This is more efficient than using set-code-coverage-snapshot
again, but otherwise has the same effect. The default value of snapshot is nil
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4