3 ms·
This seems like an incredibly unimportant quibble... I would imagine they just used std::endl b/c that's what most random tutorials used in the 2000s and that's
by aftbit 10d ago
This seems like an incredibly unimportant quibble... I would imagine they just used std::endl b/c that's what most random tutorials used in the 2000s and that's how the engineer learned. If you are printing a debug string, you probably don't care that much about perf in the first place.
- jjmarr 10d agoI was wondering if it's a hard real-time constraint or something to ensure consistent timing.
- MiroslavPokorny 10d agoAsk yourself, would a newbie make that mistake ?