(parse-log input-file-name options)
Transforms the given input TFS log into an Incanter dataset suitable for the analysis modules.
Transforms the given input TFS log into an Incanter dataset suitable for the analysis modules.
Specify a set of functions to extract the parsed values.
Specify a set of functions to extract the parsed values.
This is the instaparse grammar for a TFS entry. Things get parsed one-by-one for memory optimization TFS doesn't give us lines added/deleted, so we only get the core metrics
This is the instaparse grammar for a TFS entry. Things get parsed one-by-one for memory optimization TFS doesn't give us lines added/deleted, so we only get the core metrics
(tfs-preparse input-file-text)
Removes whitespace lines inside individual changeset log entries char-array is used as a java.io.reader compatible input since we won't be giving it an actual file
Removes whitespace lines inside individual changeset log entries char-array is used as a java.io.reader compatible input since we won't be giving it an actual file
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |