Hello Guest it is March 29, 2024, 04:02:12 AM

Author Topic: Which is faster?  (Read 1585 times)

0 Members and 1 Guest are viewing this topic.

Which is faster?
« on: April 16, 2017, 01:57:58 PM »
Lets say you have a macro that collects a lot of data from the operator screen.  Would execution time be faster using mcProfileGetString() or mcCntlGetPountVar()?

If mcCntlGetPountVar() is faster, I can load the pound vars with screen data in another macro where execution time isn't so critical.  If there is no noticeable difference, then it's not worth dealing with.  I'm not having a problem, just wondering which way would be faster.  Faster is better.

Thanks

Offline DazTheGas

*
  •  778 778
  • DazTheGas
    • View Profile
Re: Which is faster?
« Reply #1 on: April 16, 2017, 02:24:02 PM »
I would say both the same as they are both running from the core and the core.

DazTheGas
New For 2022 - Instagram: dazthegas
Re: Which is faster?
« Reply #2 on: April 17, 2017, 05:04:18 PM »
I thought that would be the case.  Thanks for confirming.