/developtools/smartperf_host/ide/src/trace/bean/ |
D | MemoryConfig.ts | 16 private static instance: MemoryConfig; property in MemoryConfig 24 if (!this.instance) { 25 this.instance = new MemoryConfig(); 27 return this.instance;
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/ |
D | NetWork.ts | 25 public static instance: NetWork = null property in NetWork 27 if (this.instance == null) { 28 this.instance = new NetWork() 30 return this.instance
|
D | DDR.ets | 27 public static instance: DDR = null 29 if (this.instance == null) { 30 this.instance = new DDR() 32 return this.instance
|
D | RAM.ets | 28 public static instance: RAM = null 30 if (this.instance == null) { 31 this.instance = new RAM() 33 return this.instance
|
D | FPS.ets | 32 public static instance: FPS = null 34 if (this.instance == null) { 35 this.instance = new FPS() 37 return this.instance
|
D | GPU.ets | 32 public static instance: GPU = null 34 if (this.instance == null) { 35 this.instance = new GPU() 37 return this.instance
|
D | Thermal.ets | 35 public static instance: Thermal = null 37 if (this.instance == null) { 38 this.instance = new Thermal() 40 return this.instance
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | Dubai.h | 23 static Dubai instance; in GetInstance() local 24 return instance; in GetInstance()
|
D | Capture.h | 23 static Capture instance; in GetInstance() local 24 return instance; in GetInstance()
|
D | DDR.h | 25 static DDR instance; in GetInstance() local 26 return instance; in GetInstance()
|
D | Power.h | 26 static Power instance; in GetInstance() local 27 return instance; in GetInstance()
|
D | GPU.h | 27 static GPU instance; in GetInstance() local 28 return instance; in GetInstance()
|
D | RAM.h | 27 static RAM instance; in GetInstance() local 28 return instance; in GetInstance()
|
D | ByTrace.h | 24 static ByTrace instance; in GetInstance() local 25 return instance; in GetInstance()
|
D | Temperature.h | 31 static Temperature instance; in GetInstance() local 32 return instance; in GetInstance()
|
D | CPU.h | 26 static CPU instance; in GetInstance() local 27 return instance; in GetInstance()
|
D | sp_task.h | 56 static SPTask instance; in GetInstance() local 57 return instance; in GetInstance()
|
D | FPS.h | 48 static FPS instance; in GetInstance() local 49 return instance; in GetInstance()
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
D | ObjectPool.ets | 26 …* Benefit - The pool can also know if an instance of Poolable is already stored in a different p… 40 * Returns the id of the given pool instance. 42 * @return an integer ID belonging to this pool instance. 49 …* Returns an ObjectPool instance, of a given starting capacity, that recycles instances of a given… 52 * @param object An instance of the object that the pool should recycle. 122 * Returns an instance of Poolable. If get() is called with an empty pool, the pool will be 126 * @return An instance of Poolable object T 142 * Recycle an instance of Poolable that this pool is capable of generating. 143 * The T instance passed must not already exist inside this or any other ObjectPool instance. 168 * The T instances passed must not already exist inside this or any other ObjectPool instance.
|
/developtools/profiler/device/services/ipc/src/ |
D | client_map.cpp | 25 static ClientMap instance; in GetInstance() local 26 return instance; in GetInstance()
|
/developtools/smartperf_host/ide/test/trace/component/trace/base/ |
D | Utils.test.ts | 23 let instance = Utils.getInstance(); variable 25 expect(instance).toBe(instance2); 29 let instance = Utils.getInstance(); variable 30 expect(instance.getStatusMap().get('D')).toBe('Uninterruptible Sleep');
|
/developtools/profiler/hiebpf/include/ |
D | command_helper.h | 27 static CommandHelper instance {}; in GetInstance() 28 return instance; in GetInstance()
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | printk_formats_parser.cpp | 30 static PrintkFormatsParser instance; in GetInstance() local 31 return instance; in GetInstance()
|
/developtools/profiler/host/smartperf/ide/src/js-heap/ |
D | HeapDataInterface.ts | 33 private static instance: HeapDataInterface; property in HeapDataInterface 40 if (!this.instance) { 41 this.instance = new HeapDataInterface(); 43 return this.instance;
|
/developtools/smartperf_host/ide/src/js-heap/ |
D | HeapDataInterface.ts | 32 private static instance: HeapDataInterface; property in HeapDataInterface 39 if (!this.instance) { 40 this.instance = new HeapDataInterface(); 42 return this.instance;
|