🎴 Flashcard Mode

Enterprise Software Platforms Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

%PerfTime system variable returns

AnswerClick to flip back
A
Application server's local system time
💡 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.

Change Mode