Searched refs:liveProcess (Results 1 – 3 of 3) sorted by relevance
69 toLiveProcessArray(liveProcess: LiveProcess): any[] {71 array.push(liveProcess.processId.toString());72 array.push(liveProcess.processName);73 array.push(liveProcess.responsibleProcess);74 array.push(liveProcess.userName);75 array.push(liveProcess.threads.toString());76 array.push(liveProcess.cpu);77 array.push(liveProcess.memory);78 array.push(liveProcess.diskReads.toString());79 array.push(liveProcess.diskWrite.toString());[all …]
34 let liveProcess = new LiveProcess(); variable174 liveProcess = {182 expect(liveProcess).not.toBeUndefined();183 expect(liveProcess).toMatchInlineSnapshot(
49 auto liveProcess = std::make_unique<TsLiveProcessData>(); in Parse() local59 … liveProcess->SetLiveProcess(ts, std::move(processInfo), std::move(cpuInfo), std::move(pssInfo), in Parse()61 liveProcessData_.push_back(std::move(liveProcess)); in Parse()