Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Ways to keep trace of exact time Stata employed to perform a task

    Dear All,

    I hope the question is not silly.

    Is there a command, or a way to exactly keep trace the time Stata required to perfom a task?
    Many thanks

    Marco
    Last edited by Marco Giansoldati; 01 Jun 2018, 04:04.

  • #2
    Code:
    help timer
    See also
    Code:
    help profiler

    Comment


    • #3
      Many many thanks Andrea Discacciati

      Comment


      • #4
        Alternatively:

        Code:
        set rmsg on
        *or
        set rmsg on, permanently // to set this option as the default of your Stata

        Comment

        Working...
        X