[][src]Module bevy::diagnostic

Useful diagnostic plugins and types for bevy apps.

Structs

Diagnostic

A timeline of DiagnosticMeasurements of a specific type. Diagnostic examples: frames per second, CPU usage, network latency

DiagnosticId

Unique identifier for a Diagnostic

DiagnosticMeasurement

A single measurement of a Diagnostic

Diagnostics

A collection of Diagnostics

DiagnosticsPlugin

Adds core diagnostics resources to an App.

FrameTimeDiagnosticsPlugin

Adds "frame time" diagnostic to an App, specifically "frame time", "fps" and "frame count"

PrintDiagnosticsPlugin

An App Plugin that prints diagnostics to the console