OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileView
(Results
1 - 3
of
3
) sorted by null
/external/v8/tools/
profile_view.js
83
* @param {devtools.profiler.
ProfileView
.Node} head View head node.
84
* @return {devtools.profiler.
ProfileView
} Profile view.
87
return new devtools.profiler.
ProfileView
(head);
100
* @param {devtools.profiler.
ProfileView
.Node} head Profile view head.
101
* @return {devtools.profiler.
ProfileView
.Node} Profile view node.
105
return new devtools.profiler.
ProfileView
.Node(
114
* @param {devtools.profiler.
ProfileView
.Node} head Head (root) node.
117
devtools.profiler.
ProfileView
= function(head) {
125
* @param {function(devtools.profiler.
ProfileView
.Node,
126
* devtools.profiler.
ProfileView
.Node):number} sortFunc A sortin
[
all
...]
/sdk/traceview/src/com/android/traceview/
MainWindow.java
98
new
ProfileView
(sashForm1, mReader, selectionController);
ProfileView.java
51
public class
ProfileView
extends Composite implements Observer {
61
public
ProfileView
(Composite parent, TraceReader reader,
226
mSelectionController.change(selections, "
ProfileView
");
252
if (arg == "
ProfileView
")
254
// System.out.printf("
profileview
update from %s\n", arg);
Completed in 172 milliseconds