Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance #64

Open
timowest opened this issue Aug 26, 2013 · 0 comments
Open

Improve performance #64

timowest opened this issue Aug 26, 2013 · 0 comments

Comments

@timowest
Copy link
Owner

Results using gprof

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  us/call  us/call  name    
 58.77      2.38     2.38  2000000     1.19     1.19  dsp::MoogFilter::process(float*, float*, int)
 12.10      2.87     0.49                             rogue::rogueVoice::render(unsigned int, unsigned int, unsigned int)
 11.61      3.34     0.47  2000000     0.24     0.24  dsp::StateVariableFilter2::process(float*, float*, int)
  6.17      3.59     0.25  4000000     0.06     0.78  rogue::rogueVoice::runFilter(unsigned int, unsigned int, unsigned int)
  5.93      3.83     0.24  2000000     0.12     0.12  dsp::Virtual::el_saw(float*, float*, int)
  5.19      4.04     0.21  8000000     0.03     0.06  rogue::rogueVoice::runOsc(unsigned int, unsigned int, unsigned int)
  0.25      4.05     0.01  2000000     0.01     0.01  dsp::Virtual::process(float*, float*, int)
  0.00      4.05     0.00  2000000     0.00     0.00  dsp::AHDSR::innerTick(int)
  0.00      4.05     0.00        1     0.00     0.00  _GLOBAL__sub_I__ZN3dsp7Virtual6va_sawEPfS1_i
  0.00      4.05     0.00        1     0.00     0.00  dsp::tanhtable::tanhtable()

Reading
http://gcc.gnu.org/projects/tree-ssa/vectorization.html#using

timowest added a commit that referenced this issue Aug 26, 2013
timowest added a commit that referenced this issue Aug 27, 2013
timowest added a commit that referenced this issue Sep 1, 2013
timowest added a commit that referenced this issue Sep 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant