Chromium Code Reviews| Index: client/html/generated/html/frog/ScriptProfileNode.dart |
| diff --git a/client/html/generated/html/frog/ScriptProfileNode.dart b/client/html/generated/html/frog/ScriptProfileNode.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3a11c08b432ffc9fe9462dbd9b3ccb19d6e72cb0 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/ScriptProfileNode.dart |
| @@ -0,0 +1,21 @@ |
| + |
| +class _ScriptProfileNodeImpl implements ScriptProfileNode native "*ScriptProfileNode" { |
| + |
| + final int callUID; |
| + |
| + final List children; |
| + |
| + final String functionName; |
| + |
| + final int lineNumber; |
| + |
| + final int numberOfCalls; |
| + |
| + final num selfTime; |
| + |
| + final num totalTime; |
| + |
| + final String url; |
| + |
| + final bool visible; |
| +} |