Function getTickCount

  • Returns the number of ticks.

    The function returns the number of ticks after the certain event (for example, when the machine was turned on). It can be used to initialize RNG or to measure a function execution time by reading the tick count before and after the function call. WARNING, return a int64, which can overflow nodejs number

    https://docs.opencv.org/4.x/db/de0/group__core__utils.html#gae73f58000611a1af25dd36d496bf4487

    Returns number