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
Glass
Mapper
Sc
Profilers
SitecoreProfiler
C# Class Glass.Mapper.Sc.Profilers.SitecoreProfiler
Class SitecoreProfiler
Inheritance:
IPerformanceProfiler
Mostrar archivo
Open project: mikeedwards83/Glass.Mapper
Public Methods
Method
Description
End
(
string
key
) :
void
Ends the specified key.
IndentDecrease
( ) :
void
IndentIncrease
( ) :
void
Start
(
string
key
) :
void
Starts the specified key.
Method Details
End()
public
method
Ends the specified key.
public
End
(
string
key
) :
void
key
string
The key.
return
void
IndentDecrease()
public
method
public
IndentDecrease
( ) :
void
return
void
IndentIncrease()
public
method
public
IndentIncrease
( ) :
void
return
void
Start()
public
method
Starts the specified key.
public
Start
(
string
key
) :
void
key
string
The key.
return
void