parikshan / ParikshanMongoDocument
-
↳
ParikshanMongoDocument
• calledAt: Date
timeField
. Date
object for function called at
• detail: Object
Extra details
Name | Type | Description |
---|---|---|
arguments |
string [] |
list of function's stringified arguments |
calledAt |
Date |
Date object for function called at |
functionName |
string |
Function name. 'anonymous' if function doesn't have any name |
location |
undefined | { end : { column : number ; line : number } ; filename : string ; start : { column : number ; line : number } } |
Location of function in source code. Will be only present when compiled with -s flag else undefined |
returnedAt |
Date |
Date object for function returned at |
ParikshanPerformaceEntry.detail
• duration: number
A high res timeStamp representing the time value of the duration of the function
ParikshanPerformaceEntry.duration
• entryType: "measure"
Entry type
ParikshanPerformaceEntry.entryType
• functionName: string
metaField
. Function name. 'anonymous' if function doesn't have any name
• name: "parikshan"
PerformanceEntry name
• startTime: number
A high res timeStamp representing the starting time for the performance metric. Not a UNIX timestamp