Author Message
AntonyArms
Joined: Sep 5, 2019
Messages: 1
Offline
Hi, I am developing a speech application in which i'm getting traversed nodes from mySession.getCallStack() method.
My query here is, I also want to know the timing of the each node traversed. Is there any possible way to achieve this?
Any help is highly appreciated.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
In general, there is no official way to do this programmatically. However there is a class called com.avaya.sce.runtime.perf.Performance which caches various counters for calculated values such as the servlet request duration. These counters are being updated for all all the sessions for the min, max and average, and be displayed in the app's html page (via index.html->performance). The servlet's duration may not be meaningful considering time is also spent in the call on the platform. That's why there are reports on the platform that more useful in analyzing the calls.
Go to:   
Mobile view