MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AddSample

Method AddSample

Source/Editor/Windows/Profiler/SingleChart.cs:90–94  ·  view source on GitHub ↗

Adds the sample value. The value.

(float value)

Source from the content-addressed store, hash-verified

88 /// </summary>
89 /// <param name="value">The value.</param>
90 public void AddSample(float value)
91 {
92 _samples.Add(value);
93 _sample = FormatSample(value);
94 }
95
96 /// <inheritdoc />
97 public override void Draw()

Callers 8

UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected