Skip to content

Commit

Permalink
fix: remove parallel profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Dec 19, 2023
1 parent df72909 commit 6764c5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starky/src/stark_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ impl<'a, M: MerkleTree> StarkProof<M> {
}
}

#[time_profiler()]
pub fn build_Zh_Inv<T: FieldExtension>(
nBits: usize,
extend_bits: usize,
Expand Down Expand Up @@ -753,7 +752,6 @@ pub fn merkelize<M: MerkleTree>(
Ok(tree)
}

#[time_profiler()]
pub fn calculate_exps<F: FieldExtension>(
ctx: &mut StarkContext<F>,
starkinfo: &StarkInfo,
Expand Down

0 comments on commit 6764c5e

Please sign in to comment.