Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: PetBe
Hi all,
Next to the CPLEX time there is also information about the number of "ticks" needed. I read the documentation from IBM (https://www.ibm.com/support/knowledgecenter/SSSA5P_12.6.3/ilog.odms.cplex.help/CPLEX/Parameters/topics/DetTiLim.html) but still I cannot estimate what is basically counted when using ticks. It is surely more than a FLOP. But what amount of work constitutes a "tick"?
I'd appreciate every answer. Thanks in advance.
You can take a look at this paper: http://people.csail.mit.edu/mareko/asplos073-olszewski.pdf
CPLEX's ideas and notion of a tick is based on this. As opposed to reading hardware specific performance counters, CPLEX uses a hardware independent abstraction.