Performance Testing Code

Hi guys,

Are there any in-built performance testing tools available in the Particle IDE? I’m thinking something along the lines of runperf in MATLAB, or better yet profile. I’m currently doing really basic speed tests using micros(), and I could probably write a function that does something similar to runperf, but I just wanted to see if I’m missing anything before I get started doing that.

Thanks!