-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRESOURCES
More file actions
18 lines (18 loc) · 1.08 KB
/
RESOURCES
File metadata and controls
18 lines (18 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
array (proxy/array.rb): Total number of arrays created
array_growth (code/parameters.rb): Increases in array sizes
array_growth (proxy/array.rb): Increases in array sizes
array_size (proxy/array.rb): Size of largest modified array
call_depth (code/call.rb): The current method call depth
calls (code/call.rb): Total number of method calls
code_steps (code/sequence.rb): Total number of code steps executed
iterations (value/namespace.rb): Total loop iterations
string_length (code/sequence.rb): Length of longest modified string
string_length (proxy/array.rb): Length of longest modified string
string_length (proxy/regexp.rb): Length of longest modified string
string_length (proxy/string.rb): Length of longest modified string
string_total (proxy/array.rb): Combined length of computed strings
string_total (proxy/regexp.rb): Combined length of computed strings
string_total (proxy/string.rb): Combined length of computed strings
subscript_depth (code/subscript.rb): Deepest subscript depth
subscripts (code/subscript.rb): Total number of subscripts
use (value/namespace.rb): Total $.use invocations