C# Class sones.GraphDBBenchmark.Benchmark.VTPS_Parallel

Inheritance: IBenchmark
Mostrar archivo Open project: sones/benchmark

Public Methods

Method Description
Dispose ( ) : void
Execute ( IGraphDS myGraphDS, long myIterations, Converter MyWriteLine ) : void
InitializePlugin ( string UniqueString, object>.Dictionary myParameters = null ) : IPluginable
VTPS_Parallel ( ) : System
VTPS_Parallel ( String myInterestingVertexType ) : System

Private Methods

Method Description
CountAllEdgesParallel ( IEnumerable myVertices ) : System.Int64

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( IGraphDS myGraphDS, long myIterations, Converter MyWriteLine ) : void
myGraphDS IGraphDS
myIterations long
MyWriteLine Converter
return void

InitializePlugin() public method

public InitializePlugin ( string UniqueString, object>.Dictionary myParameters = null ) : IPluginable
UniqueString string
myParameters object>.Dictionary
return IPluginable

VTPS_Parallel() public method

public VTPS_Parallel ( ) : System
return System

VTPS_Parallel() public method

public VTPS_Parallel ( String myInterestingVertexType ) : System
myInterestingVertexType String
return System