Description Usage Arguments Value
creates a new function by encapsulating input function with code neccessary for timing.
1 | ProfilerFactory(fun, pkg, prc, typ)
|
fun |
function to encapsulate with timing |
pkg |
name of the package that contains this function |
prc |
name for process category that should be used in profile eg. READ or WRITE. |
typ |
type of function eg. IO, DB, or GRAPH. Only IO is currently implemented |
new timed function based on input function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.