heapsize icon indicating copy to clipboard operation
heapsize copied to clipboard

Support for std::time types

Open samuknet opened this issue 8 years ago • 1 comments

Add support for std::time types e.g. Duration, Instant.

samuknet avatar Sep 06 '16 14:09 samuknet

I think we've been limiting the types from std that we support to those that are expected to contain significant heap allocations, like Vec, HashMap, etc., since they involve either making educated guesses or duplicating the internal details of the type. I would not expect the std::time types to fall in that category.

jdm avatar Sep 06 '16 14:09 jdm