Skip to content

Commit 81272c2

Browse files
committed
up
1 parent 4ec6c4e commit 81272c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profile.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void end()
3232
{
3333
System.TimeSpan time = System.DateTime.Now - startTime;
3434

35-
if(time.Milliseconds >= 10)
35+
if(time.Milliseconds >= 100)
3636
Dbg.WARNING_MSG("Profile::profile(): '" + _name + "' took " + time.Milliseconds + " ms");
3737
}
3838
}

0 commit comments

Comments
 (0)