C# 클래스 Axiom.Core.TimingMeter

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accumulate bool
addStart long
addedTime long
category string
enabled bool
stackDepth int
title string

공개 메소드들

메소드 설명
Enter ( ) : void
Exit ( ) : void

비공개 메소드들

메소드 설명
TimingMeter ( string title, string category, short meterId ) : System

메소드 상세

Enter() 공개 메소드

public Enter ( ) : void
리턴 void

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

프로퍼티 상세

accumulate 공개적으로 프로퍼티

public bool accumulate
리턴 bool

addStart 공개적으로 프로퍼티

public long addStart
리턴 long

addedTime 공개적으로 프로퍼티

public long addedTime
리턴 long

category 공개적으로 프로퍼티

public string category
리턴 string

enabled 공개적으로 프로퍼티

public bool enabled
리턴 bool

stackDepth 공개적으로 프로퍼티

public int stackDepth
리턴 int

title 공개적으로 프로퍼티

public string title
리턴 string