hi all,
> i am having some problem with bn_mul_add_words, my gprof profiling shows
> it is very cpu intensive. can we optimize it for the windows version.
>
> below is my gprof call graph.
>
> index % time    self  children    called     name
>                                                  <spontaneous>
> [1]     50.1   17.99    0.00                 bn_mul_add_words [1]
> -----------------------------------------------
>                                                  <spontaneous>
> [2]     12.7    4.55    0.00                 sha1_block [2]
> -----------------------------------------------
>                                                  <spontaneous>
> [3]     10.2    3.67    0.00                 bn_add_words [3]
> -----------------------------------------------
>                                                  <spontaneous>
> [4]      8.2    2.93    0.00                 bn_qsub [4]
> -----------------------------------------------
>                                                  <spontaneous>
> [5]      4.3    1.54    0.00                 BN_lshift [5]
> -----------------------------------------------
>                                                  <spontaneous>
> [6]      2.8    0.99    0.00                 bn_mul_words [6]
>
>
>
> Thanks,
> Samrat

Reply via email to