mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Reduce number of max plot probes per column.
This commit is contained in:
parent
ff6034dfbf
commit
e6baee2bf9
@ -3683,7 +3683,7 @@ int View::DrawPlots( int offset, double pxns, const ImVec2& wpos, bool hover, fl
|
||||
{
|
||||
const auto PlotHeight = 100 * ImGui::GetTextLineHeight() / 15.f;
|
||||
|
||||
enum { MaxPoints = 512 };
|
||||
enum { MaxPoints = 128 };
|
||||
float tmpvec[MaxPoints*2];
|
||||
|
||||
const auto w = ImGui::GetWindowContentRegionWidth() - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user