-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
15 lines (15 loc) · 923 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: CallCounter
Version: 0.2-0
Title: Run-time code measurement and tools for helping debugging
Description: Tools for instrumenting code, i.e., adding code to measure different characteristics of code.
These include counting the number of calls to different functions, useful when profiling;
collecting the call stack for each call to one or more functions;
collecting information about each parameter in alll calls to one or more functions;
evaluating code in an R script in various ways to measure the time of each expression,
store intermediate results allowing detailed checkpoint comparisons when code changes,
determining when the .Random.seed changes;
collect times for each call to a function (not just aggregated across all calls as with profiling).
License: BSD_3_clause + file LICENSE
Author: Duncan Temple Lang
Maintainer: Duncan Temple Lang <[email protected]>
Imports: CodeDepends, codetools