Module bevy::diagnostic

source ·
Expand description

Useful diagnostic plugins and types for bevy apps.

Structs

A timeline of DiagnosticMeasurements of a specific type. Diagnostic examples: frames per second, CPU usage, network latency
Unique identifier for a Diagnostic
A single measurement of a Diagnostic
A collection of Diagnostics
Adds core diagnostics resources to an App.
Adds “entity count” diagnostic to an App
Adds “frame time” diagnostic to an App, specifically “frame time”, “fps” and “frame count”
An App Plugin that logs diagnostics to the console

Constants

The width which diagnostic names will be printed as Plugin names should not be longer than this value