Skip to content
  • Harald Sitter's avatar
    replace magic value with named variable · bccfe399
    Harald Sitter authored
    it's clearer that way what the output value is and what we convert it
    to. this would be an incredibly verbose cast using std::chrono so I've
    opted to not use it here. it'd be a viable candidate if elapsed() return
    a chrono type
    bccfe399