dltest/ ├── src/ │ ├── Interceptor/ │ │ ├── PerformanceInterceptor.php # 処理時間計測インターセプター │ │ └── Measurable.php # 計測対象をマークするアトリビュート │ ├── Service ...