StartNew()

Stopwatch::StartNew() method

Creates new Stopwatch object and starts measurement.

static SharedPtr<Stopwatch> System::Diagnostics::Stopwatch::StartNew()

Return Value

Pointer to newly created Stopwatch object.

See Also