Skip to content

Commit

Permalink
Add a span around the hinter
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jan 10, 2025
1 parent 5c0d094 commit 7cc7a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vello_encoding/src/glyph_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ fn resolve_single_glyph(
encoding.encode_path(is_fill)
};
let hinter = if glyph.hint {
let _span = tracing::trace_span!("Getting hinter").entered();
let key = HintKey {
font_id,
font_index,
Expand Down

0 comments on commit 7cc7a97

Please sign in to comment.