@extends('layout.app') @section('title') System Analysis @endsection @section('pagetitle') System Analysis @endsection @section('content')
No data found in storage/logs/memprof.log.
Make sure your profiler is writing JSON lines into this file.
| # | Route | Calls | % of Total | Avg Time (ms) | Avg Mem |
|---|---|---|---|---|---|
| {{ $byCount->firstItem() + $index }} | @if (!empty($row['is_api']) && $row['is_api']) API @endif {{ $row['route'] }} | {{ $row['count'] }} | {{ number_format($row['percentage'], 1) }}% | {{ number_format($row['avg_duration'], 1) }} | {{ number_format($row['avg_memory'], 2) }} |
| No route data available. | |||||
| # | Route | Calls | Avg Time (ms) | Max Time (ms) | Max Mem |
|---|---|---|---|---|---|
| {{ $byAvgDuration->firstItem() + $index }} | @if (!empty($row['is_api']) && $row['is_api']) API @endif {{ $row['route'] }} | {{ $row['count'] }} | {{ number_format($row['avg_duration'], 1) }} | {{ number_format($row['max_duration'], 1) }} | {{ number_format($row['max_memory'], 2) }} |
| No route data available. | |||||