Skip to content

Commit 4e5cedc

Browse files
committed
print memory stats
1 parent 86d6e40 commit 4e5cedc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • expander_compiler/src/zkcuda/proving_system/expander_no_oversubscribe

expander_compiler/src/zkcuda/proving_system/expander_no_oversubscribe/server_bin.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ async fn async_main() {
178178
panic!("Combination of {field_type:?}, {pcs_type:?}, and {fiat_shamir_hash:?} not supported for no oversubscribe expander proving system.");
179179
}
180180
}
181+
182+
ALLOCATOR.print_stats();
181183
}
182184

183185
pub fn main() {

0 commit comments

Comments
 (0)