OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPerformance
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DxePerformanceLib.c
33
PERFORMANCE_PROTOCOL *
mPerformance
= NULL;
54
if (mPerformanceEx != NULL ||
mPerformance
!= NULL) {
74
mPerformance
= Performance;
122
} else if (
mPerformance
!= NULL) {
123
Status =
mPerformance
->StartGauge (Handle, Token, Module, TimeStamp);
174
} else if (
mPerformance
!= NULL) {
175
Status =
mPerformance
->EndGauge (Handle, Token, Module, TimeStamp);
255
} else if (
mPerformance
!= NULL) {
256
Status =
mPerformance
->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
SmmPerformanceLib.c
32
PERFORMANCE_PROTOCOL *
mPerformance
= NULL;
76
if (mPerformanceEx != NULL ||
mPerformance
!= NULL) {
96
mPerformance
= Performance;
144
} else if (
mPerformance
!= NULL) {
145
Status =
mPerformance
->StartGauge (Handle, Token, Module, TimeStamp);
196
} else if (
mPerformance
!= NULL) {
197
Status =
mPerformance
->EndGauge (Handle, Token, Module, TimeStamp);
277
} else if (
mPerformance
!= NULL) {
278
Status =
mPerformance
->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData);
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsSummary.java
44
private Preference
mPerformance
;
56
mPerformance
= findPreference(KEY_PERFORMANCE);
90
mPerformance
.setSummary(memString);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DxeSmmPerformanceLib.c
50
PERFORMANCE_PROTOCOL *
mPerformance
= NULL;
104
if (mPerformanceEx != NULL ||
mPerformance
!= NULL) {
124
mPerformance
= Performance;
332
} else if (
mPerformance
!= NULL) {
333
Status =
mPerformance
->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData);
Completed in 365 milliseconds