Get runtime uptime
(&self)
| 107 | |
| 108 | /// Get runtime uptime |
| 109 | pub(crate) fn uptime(&self) -> Duration { |
| 110 | self.created_at.elapsed() |
| 111 | } |
| 112 | |
| 113 | /// Get runtime statistics (placeholder for future metrics) |
| 114 | pub(crate) fn stats(&self) -> RuntimeStats { |