to_string

ProfilerResultNode::to_string

Converts the profiler results to a string.

Declaration

static std::string to_string(const ProfilerResultNode& resultNode);

Parameters

Name

Type

Description

resultNode

const ProfilerResultNode&

The root ProfilerResultNode.

Returns

The profiler results as a string for the whole hierarchy, with resultNode as root.