API timing information

rona
rona Registered Posts: 52 ✭✭✭✭✭

Hello,

With the response of the API, we have some timing information like :

- preProcessing

- wait

- execution

- functionInternal

Please, is there a definition for each of this element ? What is the time unit used ?

Is execution including preProcessing, wait and functionInternal ?

What is functionInternal compared to execution ?

Annie

Best Answer

  • Clément_Stenac
    Clément_Stenac Dataiker, Dataiku DSS Core Designer, Registered Posts: 753 Dataiker
    Answer ✓

    Hi,

    Time unit is microseconds.

    You can ignore "functionInternal", and only keep wait, preprocessing and execution

    • wait is time waiting for an execution slot to be available
    • preProcessing is internal activities that occur before your function is called
    • execution is the actual time taken by your function

    Hope this helps,

Setup Info
    Tags
      Help me…