dkrotx / crxprof

cripple runtume profiler
GNU General Public License v3.0
28 stars 4 forks source link

Can handle template function from text table now #4

Closed ilvokhin closed 8 years ago

ilvokhin commented 8 years ago

Some C++ functions have 'W' symbol class, so they don't get in profile statistic list. Looks like we should take into account such functions from text table too (not only from dynamic table), to get a more correct statistics. Unless, throw out such functions was not an original idea.

dkrotx commented 8 years ago

Hi!

Can't remember why 'W' missing, but you're right - for template-based function it needs. So, I've merged it; let's see what will change.

Thanks!