Searched defs:SubProcessInfo (Results 1 – 1 of 1) sorted by relevance
436 struct SubProcessInfo { struct439 SubProcessInfo(uint64_t processed, uint64_t total) : processed(processed), total(total) {} in SubProcessInfo() argument