C# 클래스 compare.UnixRunner

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

공개 메소드들

메소드 설명
Run ( string binaryProtocolFilename, bool &timedOut, string &stdoutOutput ) : long?
Run ( string profilesDirectory, string profileFilename, string binaryProtocolFilename, bool &timedOut, string &stdoutOutput ) : long?
RunAOT ( bool &timedOut, string &stdoutOutput ) : long?
UnixRunner ( string testsDirectory, Config _config, Benchmark _benchmark, Machine _machine, int _timeoutSeconds, string _runTool, string _runToolArguments ) : System

비공개 메소드들

메소드 설명
GetTimeout ( ) : int
PrintCommandLine ( String prefix, ProcessStartInfo info ) : void

메소드 상세

Run() 공개 메소드

public Run ( string binaryProtocolFilename, bool &timedOut, string &stdoutOutput ) : long?
binaryProtocolFilename string
timedOut bool
stdoutOutput string
리턴 long?

Run() 공개 메소드

public Run ( string profilesDirectory, string profileFilename, string binaryProtocolFilename, bool &timedOut, string &stdoutOutput ) : long?
profilesDirectory string
profileFilename string
binaryProtocolFilename string
timedOut bool
stdoutOutput string
리턴 long?

RunAOT() 공개 메소드

public RunAOT ( bool &timedOut, string &stdoutOutput ) : long?
timedOut bool
stdoutOutput string
리턴 long?

UnixRunner() 공개 메소드

public UnixRunner ( string testsDirectory, Config _config, Benchmark _benchmark, Machine _machine, int _timeoutSeconds, string _runTool, string _runToolArguments ) : System
testsDirectory string
_config Benchmarker.Models.Config
_benchmark Benchmarker.Models.Benchmark
_machine Machine
_timeoutSeconds int
_runTool string
_runToolArguments string
리턴 System