RSS Git Download  Clone
Raw Blame History 704B 21 lines
HTML rendered
<!-- Profiler (MONITOR) -->
<p3xr-ng-accordion title="" accordionKey="profiler-monitor" [collapsible]="false">
    <div actions>
        <p3xr-ng-button
            (click)="clearProfiler(); $event.stopPropagation()"
            [label]="strings().intention?.clear || 'Clear'"
            mdIcon="backspace">
        </p3xr-ng-button>
        <p3xr-ng-button
            (click)="exportProfiler(); $event.stopPropagation()"
            [label]="strings().intention?.export || 'Export'"
            mdIcon="download">
        </p3xr-ng-button>
    </div>
    <div content>
        <div #profilerOutput class="p3xr-profiler-output"></div>
    </div>
</p3xr-ng-accordion>

<div style="height: 64px;"></div>