Multiple choice technology packaged enterprise solutions

%PerfTime system variable returns

  1. GST

  2. IST

  3. Web server's local system time

  4. Application server's local system time

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The %PerfTime system variable in PeopleCode retrieves the local system clock time of the application server with millisecond precision, which is primarily used to measure the elapsed execution time of code blocks, unlike %Time which queries the database server.