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 -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/2c51fbb0-e2f5-4351-8863-1ffbb650b03dn%40googlegroups.com.
