libtmux::CommandReport::elapsed
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
- Module
- libtmux
- Declared in
- CommandReport
- Package
- libtmux-cxx
- Source
- include/libtmux/command.hpp
- elapsed : std::optional< std::chrono::nanoseconds >
-
How long the command took, measured around its dispatch.
Absent when nothing was dispatched — a request rejected before it ran took no time, and reporting zero would read as an immeasurably fast command.
0 declared, 0 inherited