Module bevy::diagnostic[][src]

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.

EntityCountDiagnosticsPlugin

Adds “entity count” diagnostic to an App

FrameTimeDiagnosticsPlugin

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

LogDiagnosticsPlugin

An App Plugin that logs diagnostics to the console