Deserialize benchmark results from a dynamic value.

Synopsis

Declared in <folly/Benchmark.h>

void
benchmarkResultsFromDynamic(
    dynamic const& data,
    std::vector</* implementation-defined */>& out);

Parameters

Name

Description

data

The dynamic value to read from.

out

The vector to populate with results.

Created with MrDocs