You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line means that `method1` of `class1` called `method2` of `class2`.
46
+
The line means that `method1` of `class1` with arguments `arg_types1` called `method2` of `class2` with arguments `arg_types2`.
47
+
`arg_types` are (potentially empty) comma-separated (no space after comma) lists of method arguments, where each argument is a fully-qualified class name.
47
48
The type of call can have one of the following values (refer to
48
49
the [JVM specification](http://java.sun.com/docs/books/jvms/second_edition/html/Instructions2.doc6.html)
The output line starts with a `<` or `>` depending on whether it is a method
117
-
entry or exit. It then writes the stack depth, thread id and the class and
118
-
method name, followed by a timestamp. The provided `process_trace.rb`
118
+
entry or exit. It then writes the stack depth; thread id; and the class, method name, and method arguments; followed by a timestamp. The provided `process_trace.rb`
119
119
script processes the callgraph output to generate total time per method
0 commit comments