refactor(app): compose settings and developer tools
This commit is contained in:
parent
60a1698ce7
commit
cd7b519f78
24 changed files with 2073 additions and 333 deletions
|
|
@ -137,7 +137,9 @@ internal readonly record struct RenderFrameResourceDiagnosticsSnapshot(
|
|||
/// Publishes post-presentation frame statistics. The caller invokes this only after
|
||||
/// screenshot capture, preserving the accepted screenshot-before-title/resource order.
|
||||
/// </summary>
|
||||
internal sealed class RenderFrameDiagnosticsController : IRenderFrameDiagnosticsPhase
|
||||
internal sealed class RenderFrameDiagnosticsController :
|
||||
IRenderFrameDiagnosticsPhase,
|
||||
IRenderFrameDiagnosticsSnapshotSource
|
||||
{
|
||||
internal const double PublicationIntervalSeconds = 0.5;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue