Documentation ¶
Overview ¶
Package bfs implements the bfs benchmark from the SHOC suite.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Benchmark ¶
type Benchmark struct { Path string NumNode int Degree int MaxDepth int // contains filtered or unexported fields }
Benchmark is the BFS benchmark
func NewBenchmark ¶
NewBenchmark creates a new BFS benchmark
func (*Benchmark) SetUnifiedMemory ¶
func (b *Benchmark) SetUnifiedMemory()
SetUnifiedMemory uses Unified Memory
Click to show internal directories.
Click to hide internal directories.