| Index: client/html/generated/html/interface/ScriptProfileNode.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/ScriptProfileNode.dart
|
| similarity index 50%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/ScriptProfileNode.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..09045f81dec40682a2e70442ee5e0438283565bb 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/ScriptProfileNode.dart
|
| @@ -4,5 +4,23 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface 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;
|
| +}
|
|
|