mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Increase height of frame graph.
This commit is contained in:
parent
58003e7a6b
commit
6c958f6177
@ -894,7 +894,7 @@ void View::DrawFrames()
|
|||||||
{
|
{
|
||||||
assert( m_worker.GetFrameCount( *m_frames ) != 0 );
|
assert( m_worker.GetFrameCount( *m_frames ) != 0 );
|
||||||
|
|
||||||
const auto Height = 40 * ImGui::GetTextLineHeight() / 15.f;
|
const auto Height = 50 * ImGui::GetTextLineHeight() / 15.f;
|
||||||
|
|
||||||
enum { MaxFrameTime = 50 * 1000 * 1000 }; // 50ms
|
enum { MaxFrameTime = 50 * 1000 * 1000 }; // 50ms
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user