Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Dparser.h117 struct profile_item_t { struct
118 using microseconds_t = long long;
134 static microseconds_t now() { return get_time(); } in now()