Hello,
using maya's profiler is good to check the nodes speed but I was wondering which method you use to check the speed within your plugins.
I was thinking about using std::chrono to time the timelaps between the beginning and the end of the compute method. Or Python's timing libraries if you are in python.
Is this correct or is there a more "profesional way"?
thanks,
R