# SiloLifecycleSubject.PerfMeasureOnStart(int, TimeSpan)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.silolifecyclesubject/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.silolifecyclesubject/methods/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.Runtime/Lifecycle/SiloLifecycleSubject.cs#L110-L113)

```csharp
protected override void PerfMeasureOnStart(int stage, TimeSpan elapsed)
```

Logs the observed performance of an [LifecycleSubject](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.lifecyclesubject/) call.

### Parameters

- `stage` (`int`): The stage.
- `elapsed` (`TimeSpan`): The period of time which elapsed before [LifecycleSubject](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.lifecyclesubject/) completed once it was initiated.
