Objects Methods
Profile any object method call

requestTracker : {
// Profile model objects annotated with the `profile` annotation
profileObjects : true,
// If enabled, will trace the results of any methods that are being profiled
traceObjectResults : false,
}Last updated
Was this helpful?