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 eba689e28f procmacro2 example 6 years ago
..
procmacro procmacro 6 years ago
procmacro2 procmacro2 example 6 years ago
.gitignore debugging result 6 years ago
Cargo.toml procmacro2 example 6 years ago
README.md profiling 4 6 years ago
debugging_assert.rs debugging asserts 6 years ago
debugging_buggy_worker.rs debugging heartbeat and buggy worker 6 years ago
debugging_heartbeat.rs debugging heartbeat and buggy worker 6 years ago
debugging_result.rs debugging result 6 years ago
metaprogramming_ebnf.rs kleene start 6 years ago
metaprogramming_grammar.rs metaprogramming 6 years ago
metaprogramming_procmacro.rs procmacro 6 years ago
metaprogramming_procmacro2.rs procmacro2 example 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.