Changeset 107748 in vbox
- Timestamp:
- Jan 14, 2025 10:24:35 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPIPerf.cpp
r106061 r107748 148 148 pHost = NULL; 149 149 hrc = pVBox->COMGETTER(Host)(&pHost); 150 if (FAILED(hrc)) 151 { 152 tstComExpr(hrc, "IVirtualBox::Host", __LINE__); 153 return; 154 } 150 155 151 156 uint32_t const cCalls2 = 16384;
Note:
See TracChangeset
for help on using the changeset viewer.