C# 클래스 KeyPi.KeyPiProfiler

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

공개 메소드들

메소드 설명
BeginPass ( ) : void
BeginSample ( int sample_id ) : void
BeginSession ( ) : int
CloseKernel ( ) : void
EndPass ( ) : void
EndSample ( ) : void
EndSession ( ) : void
IsSampleReady ( int session_id, int sample_id ) : bool
IsSessionReady ( int session_id ) : bool
KeyPiProfiler ( string name, IEnumerable contexts ) : System
KeyPiProfiler ( string name, string path, string args ) : System
OpenKernel ( ) : void
Run ( ) : KeyPiDllKernelExecutionInfo
RunAsync ( KeyPiDllKernelCallback callback ) : void
SamplesCount ( int session_id ) : int
SelectKernelContext ( string context_name ) : void

비공개 메소드들

메소드 설명
RunCallback ( IAsyncResult result ) : void

메소드 상세

BeginPass() 공개 메소드

public BeginPass ( ) : void
리턴 void

BeginSample() 공개 메소드

public BeginSample ( int sample_id ) : void
sample_id int
리턴 void

BeginSession() 공개 메소드

public BeginSession ( ) : int
리턴 int

CloseKernel() 공개 메소드

public CloseKernel ( ) : void
리턴 void

EndPass() 공개 메소드

public EndPass ( ) : void
리턴 void

EndSample() 공개 메소드

public EndSample ( ) : void
리턴 void

EndSession() 공개 메소드

public EndSession ( ) : void
리턴 void

IsSampleReady() 공개 메소드

public IsSampleReady ( int session_id, int sample_id ) : bool
session_id int
sample_id int
리턴 bool

IsSessionReady() 공개 메소드

public IsSessionReady ( int session_id ) : bool
session_id int
리턴 bool

KeyPiProfiler() 공개 메소드

public KeyPiProfiler ( string name, IEnumerable contexts ) : System
name string
contexts IEnumerable
리턴 System

KeyPiProfiler() 공개 메소드

public KeyPiProfiler ( string name, string path, string args ) : System
name string
path string
args string
리턴 System

OpenKernel() 공개 메소드

public OpenKernel ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : KeyPiDllKernelExecutionInfo
리턴 KeyPiDllKernelExecutionInfo

RunAsync() 공개 메소드

public RunAsync ( KeyPiDllKernelCallback callback ) : void
callback KeyPiDllKernelCallback
리턴 void

SamplesCount() 공개 메소드

public SamplesCount ( int session_id ) : int
session_id int
리턴 int

SelectKernelContext() 공개 메소드

public SelectKernelContext ( string context_name ) : void
context_name string
리턴 void