| 167 | // Meta/Identifier of current task in this group. |
| 168 | TaskMeta* current_task() const { return _cur_meta; } |
| 169 | bthread_t current_tid() const { return _cur_meta->tid; } |
| 170 | // Uptime of current task in nanoseconds. |
| 171 | int64_t current_uptime_ns() const |
| 172 | { return butil::cpuwide_time_ns() - _cur_meta->cpuwide_start_ns; } |
no outgoing calls
no test coverage detected