12 Mar
2016
12 Mar
'16
4:12 a.m.
On Fri, Mar 11, 2016 at 9:38 PM, Phil Bouchard
new: auto_ptr: 23174753 ns shared_ptr: 49726615 ns block_ptr: 7812659 ns
Hi Phil, What exactly are you measuring here? The time taken to construct an std::auto_ptr<T>/std::shared_ptr<T>/block_ptr<T> inclusive of the time taken for ::operator new(std::size_t) and inclusive of the value-initialization T::T() ? Glen