Skip to content

Commit

Permalink
chore: Add a span around the generation of the application state init…
Browse files Browse the repository at this point in the history
…ializer function
  • Loading branch information
LukeMathWalker committed Nov 5, 2024
1 parent 651a151 commit 87c25fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/pavexc/src/compiler/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ fn define_server_state(
.unwrap()
}

#[tracing::instrument("Codegen application state initialization function", skip_all)]
fn get_application_state_init(
application_state_call_graph: &ApplicationStateCallGraph,
package_id2name: &BiHashMap<PackageId, String>,
Expand Down

0 comments on commit 87c25fa

Please sign in to comment.