TaskGraph.Benchmark

TaskGraph.Benchmark

#Overview

name: TaskGraph.Benchmark

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Core/Tests/Async/TaskGraphTest.cpp:328

Scope (from outer to inner):

file
namespace    OldTaskGraphTests

Source code excerpt:


	static FAutoConsoleCommand TaskGraphBenchmarkCmd(
		TEXT("TaskGraph.Benchmark"),
		TEXT("Prints the time to run 1000 no-op tasks."),
		FConsoleCommandWithArgsDelegate::CreateStatic(&TaskGraphBenchmark)
	);

	struct FTestStruct
	{