yse / easy_profiler

Lightweight profiler library for c++
MIT License
2.18k stars 189 forks source link

Can this profiler be used for C? #216

Open ASAADASKAR opened 5 days ago

ASAADASKAR commented 5 days ago

Hello to all, I would like to ask two questions here, and I look forward to answers.

I want to use this profiler not only for C++ projects, but also for C projects, is that possible with this profiler?

Is there also a way to use the profiler for low versions, like (C++03)?

mariuszmaximus commented 5 days ago

C != C++ you need to look for another profiler

ASAADASKAR commented 5 days ago

@mariuszmaximus THX for answer. Maybe we can use the profiler for C via a C-compatible interface or is it not possible?

Do you have an answer to this question, 'Is there also a way to use the profiler for low versions, like (C++03)'?