Suchin Gururangan

Results 13 issues of Suchin Gururangan

as mentioned in #26, we need better error message if user has not installed valgrind.

enhancement

[This](https://github.com/rust-lang/cargo/pull/1657) is not supported in the cargo-integration. Currently we look for the binary in a target/ directory, and if the target/ directory doesn't exist, we return NoTargetDirectory error.

difficult to get maximum coverage for full application, but write some unit tests for core functions.

Expose the profiling data structs in a lib so other tools can use the profiling data we gather here.

How would you recommend converting Records to a pandas dataframe? Also, what do you think about giving `fetch` the option of returning a dataframe instead of list? There might be...

enhancement

Would be very interesting to use type-level integers (http://paholg.com/typenum/typenum/index.html) for things like matrix dimensions. For compile-time checking of matrix dimensions, indexing, etc.