Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Perronet
rbf-trace
Commits
ce4195be
Commit
ce4195be
authored
Nov 12, 2021
by
Marco Perronet
Browse files
Add conditional compilation for profiler
parent
34fe1c58
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/mod.rs
View file @
ce4195be
...
...
@@ -2,5 +2,6 @@ pub mod debug;
pub
mod
export
;
pub
mod
helpers
;
pub
mod
output
;
pub
mod
profile
;
pub
mod
trace_logger
;
\ No newline at end of file
pub
mod
trace_logger
;
#[cfg(feature
=
"profile"
)]
pub
mod
profile
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment