_benchmode
This commit is contained in:
@@ -35,8 +35,8 @@ public class MyScriptTwo : MyScript2
|
||||
|
||||
public override void GetStats(ref long allocations, ref long deallocations)
|
||||
{
|
||||
allocations = ManagedHandle.Allocations;
|
||||
deallocations = ManagedHandle.Deallocations;
|
||||
//allocations = ManagedHandle.Allocations;
|
||||
//deallocations = ManagedHandle.Deallocations;
|
||||
}
|
||||
|
||||
public override void SimpleCall() {}
|
||||
|
||||
Reference in New Issue
Block a user