Home
last modified time | relevance | path

Searched refs:buildMenuItem (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts782 private buildMenuItem( method in SpRecordTrace
807 this.buildMenuItem('Record setting', 'properties', this.recordSetting!),
808 this.buildMenuItem('Trace template', 'realIntentionBulb', this.spRecordTemplate!),
809 …this.buildMenuItem('Trace command', 'dbsetbreakpoint', this.spRecordTemplate!, this.traceCommandCl…
815 this.buildMenuItem('Record setting', 'properties', this.recordSetting!),
816 …this.buildMenuItem('Trace command', 'dbsetbreakpoint', this.traceCommand!, this.recordCommandClick…
817 this.buildMenuItem('Hdc Shell', 'file-config', this.spWebShell!, this.hdcShellClickHandler),
818 this.buildMenuItem('Probes config', 'realIntentionBulb', this.probesConfig!),
819 …this.buildMenuItem('Native Memory', 'externaltools', this.spAllocations!, this.nativeMemoryClickHa…
820 this.buildMenuItem('Hiperf', 'realIntentionBulb', this.spRecordPerf!),
[all …]