Lines Matching defs:start
691 // At the moment, we don't have a facility to re-start request
779 // on this connection, start the active timeout.
1031 auto start = std::chrono::duration_cast<std::chrono::microseconds>(
1038 p = util::utos(p, start.count());
1522 // Record start time only once at the very first connection is going
1654 // call the callback to start for one single time
2005 const char *start = script_line.c_str();
2007 auto v = std::strtod(start, &end);
2010 if (v < 0.0 || !std::isfinite(v) || end == start || errno != 0) {
2233 the start of execution, expressed as a positive value of
2283 columns: start time as microseconds since epoch; HTTP
3183 auto start = std::chrono::steady_clock::now();
3198 auto start = std::chrono::steady_clock::now();
3205 std::chrono::duration_cast<std::chrono::microseconds>(end - start);