Don't show performance
This commit is contained in:
parent
b2641f285c
commit
cc9bba667d
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
totalDrawTime.Restart();
|
||||
GuiWidget.DrawCount = 0;
|
||||
using (new PerformanceTimer("Draw Timer", "Total"))
|
||||
//using (new PerformanceTimer("Draw Timer", "Total"))
|
||||
{
|
||||
base.OnDraw(graphics2D);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue