Skip to content

Latest commit

 

History

History
135 lines (74 loc) · 3.3 KB

ParikshanMongoDocument.md

File metadata and controls

135 lines (74 loc) · 3.3 KB

parikshan / ParikshanMongoDocument

Interface: ParikshanMongoDocument

Hierarchy

Table of contents

Properties

Properties

calledAt

calledAt: Date

timeField. Date object for function called at

Defined in

mongoPerfSubscriber.ts:56


detail

detail: Object

Extra details

Type declaration

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

Inherited from

ParikshanPerformaceEntry.detail

Defined in

parikshan.ts:126


duration

duration: number

A high res timeStamp representing the time value of the duration of the function

Inherited from

ParikshanPerformaceEntry.duration

Defined in

parikshan.ts:120


entryType

entryType: "measure"

Entry type

Inherited from

ParikshanPerformaceEntry.entryType

Defined in

parikshan.ts:124


functionName

functionName: string

metaField. Function name. 'anonymous' if function doesn't have any name

Defined in

mongoPerfSubscriber.ts:58


name

name: "parikshan"

PerformanceEntry name

Inherited from

ParikshanPerformaceEntry.name

Defined in

parikshan.ts:118


startTime

startTime: number

A high res timeStamp representing the starting time for the performance metric. Not a UNIX timestamp

Inherited from

ParikshanPerformaceEntry.startTime

Defined in

parikshan.ts:122