C# Класс Pomona.Profiling.ProfilerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Profile ( this profiled, string subSectionName = null, [ methodName = "" ) : IDisposable
Step ( this profiler, string methodName = "" ) : IDisposable

Описание методов

Profile() публичный статический Метод

public static Profile ( this profiled, string subSectionName = null, [ methodName = "" ) : IDisposable
profiled this
subSectionName string
methodName [
Результат IDisposable

Step() публичный статический Метод

public static Step ( this profiler, string methodName = "" ) : IDisposable
profiler this
methodName string
Результат IDisposable