Skip to content

Timing is labelled in microseconds but is actually printed in seconds #2

@LunarLanding

Description

@LunarLanding

What the title says.

fprintf(f, "Computation Time (ms): %0.4lf\n", Timer::elapsed());

fase/Timer.cpp

Line 42 in 0af70ab

return (cend.tv_sec - cstart.tv_sec) + (double)(cend.tv_usec - cstart.tv_usec)/1000000.0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions