Skip to content

Commit

Permalink
Drive-by: remove tiny profile scope
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 8, 2024
1 parent de5dcf3 commit 54bd30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_chunk_store/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl ChunkStore {
entity_path: &EntityPath,
component_name: &ComponentName,
) -> bool {
re_tracing::profile_function!();
// re_tracing::profile_function!(); // Too fast to profile

self.query_id.fetch_add(1, Ordering::Relaxed);

Expand Down

0 comments on commit 54bd30d

Please sign in to comment.