Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MemoryProfiler
C# Class MemoryProfiler, filezoo
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: kig/filezoo
Class Usage Examples
Public Properties
Property
Type
Description
CurrentMemory
double
StartMemory
double
Public Methods
Method
Description
Memory
(
string
message
) :
void
MemoryProfiler
( ) :
System
Total
(
string
message
) :
void
Method Details
Memory()
public
method
public
Memory
(
string
message
) :
void
message
string
return
void
MemoryProfiler()
public
method
public
MemoryProfiler
( ) :
System
return
System
Total()
public
method
public
Total
(
string
message
) :
void
message
string
return
void
Property Details
CurrentMemory
public_oe property
public
double
CurrentMemory
return
double
StartMemory
public_oe property
public
double
StartMemory
return
double