Home
last modified time | relevance | path

Searched defs:total_time (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/utils/analyzer/
DSumTimerInfo.py19 total_time = 0.0 variable
66 total_time = total_time + float(s[6]) variable
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dhist.c54 static double total_time; /* Total time for all routines. */ variable
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dhist.c55 static double total_time; /* Total time for all routines. */ variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2484 const auto total_time = end_time - start_time; in TestPacketSpeed() local
2539 const auto total_time = end_time - start_time; in TestPacketSpeed() local
/openbsd/src/usr.bin/ssh/
Dclientloop.c1440 double start_time, total_time; in client_loop() local