Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
WebKitDOMPerformance; gdouble webkit_dom_performance_now (WebKitDOMPerformance *self
); WebKitDOMPerformanceNavigation * webkit_dom_performance_get_navigation (WebKitDOMPerformance *self
); WebKitDOMPerformanceTiming * webkit_dom_performance_get_timing (WebKitDOMPerformance *self
); void * webkit_dom_performance_get_memory (WebKitDOMPerformance *self
);
"navigation" WebKitDOMPerformanceNavigation* : Read "timing" WebKitDOMPerformanceTiming* : Read
gdouble webkit_dom_performance_now (WebKitDOMPerformance *self
);
|
A WebKitDOMPerformance |
Returns : |
A gdouble |
WebKitDOMPerformanceNavigation * webkit_dom_performance_get_navigation
(WebKitDOMPerformance *self
);
|
A WebKitDOMPerformance |
Returns : |
A WebKitDOMPerformanceNavigation. [transfer none] |
WebKitDOMPerformanceTiming * webkit_dom_performance_get_timing
(WebKitDOMPerformance *self
);
|
A WebKitDOMPerformance |
Returns : |
A WebKitDOMPerformanceTiming. [transfer none] |
void * webkit_dom_performance_get_memory (WebKitDOMPerformance *self
);
webkit_dom_performance_get_memory
is deprecated and should not be used in newly-written code. 2.2
This functionality has been removed from WebKit, this function does nothing.
|
A WebKitDOMPerformance |
Returns : |
. [transfer none] |
"navigation"
property"navigation" WebKitDOMPerformanceNavigation* : Read
read-only WebKitDOMPerformanceNavigation* Performance:navigation.
"timing"
property"timing" WebKitDOMPerformanceTiming* : Read
read-only WebKitDOMPerformanceTiming* Performance:timing.