ProfiledPlan
Class for execution plan received by prepending Cypher with PROFILE.
Constructor Summary
Public Constructor | ||
public |
constructor(profile: Object) Create a ProfiledPlan instance |
Member Summary
Public Members | ||
public |
arguments: * |
|
public |
children: * |
|
public |
dbHits: * |
|
public |
identifiers: * |
|
public |
operatorType: * |
|
public |
|
|
public |
|
|
public |
|
|
public |
rows: * |
|
public |
time: * |
Method Summary
Public Methods | ||
public |
hasPageCacheStats(): * |
Public Constructors
public constructor(profile: Object) source
Create a ProfiledPlan instance
Params:
Name | Type | Attribute | Description |
profile | Object | Object with profile data |