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