You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Johnson f954e1b30a performancereference 6 years ago
..
Cargo.toml performancereference 6 years ago
README.md profiling 4 6 years ago
performance_constant.rs performance logarithmic 6 years ago
performance_exponential.rs all performance section 6 years ago
performance_logarithmic.rs performance logarithmic 6 years ago
performance_omission1.rs p 6 years ago
performance_omission2.rs p 6 years ago
performance_polynomial1.rs performance 2 6 years ago
performance_polynomial2.rs performance 2 6 years ago
performance_polynomial3.rs perf 3 6 years ago
performance_polynomial4.rs all performance section 6 years ago
performance_profiling1.rs profiling 1 6 years ago
performance_profiling2.rs p 6 years ago
performance_profiling3.rs profiling 6 years ago
performance_profiling4.rs profiling 4 6 years ago
performance_reference.rs performancereference 6 years ago
performance_release_mode.rs release mode vs debug 6 years ago

README.md

This chapter makes use of Cargo Profiler and valgrind. They will not be installed through the normal cargo build process and need separate installation.

Cargo Profiler installation instructions are available on Github.