Debug.InstructionCount.GlobalTotal Method

Definition

Caution

deprecated

Return the total number of instructions executed globally (i.e. in all threads).

[Android.Runtime.Register("globalTotal", "()I", "GetGlobalTotalHandler")]
[System.Obsolete("deprecated")]
public virtual int GlobalTotal ();
[<Android.Runtime.Register("globalTotal", "()I", "GetGlobalTotalHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GlobalTotal : unit -> int
override this.GlobalTotal : unit -> int

Returns

Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to