Changeset 104801 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 28, 2024 11:38:27 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r104799 r104801 3043 3043 } 3044 3044 3045 STAM_ REL_PROFILE_START(&pDisplay->Stats.Recording.profileRecording, b);3045 STAM_PROFILE_START(&pDisplay->Stats.Recording.profileRecording, b); 3046 3046 3047 3047 uint64_t tsNowMs = RTTimeProgramMilliTS(); … … 3054 3054 continue; 3055 3055 3056 STAM_ REL_PROFILE_START(&pDisplay->Stats.Monitor[uScreenId].Recording.profileRecording, c);3056 STAM_PROFILE_START(&pDisplay->Stats.Monitor[uScreenId].Recording.profileRecording, c); 3057 3057 3058 3058 DISPLAYFBINFO *pFBInfo = &pDisplay->maFramebuffers[uScreenId]; … … 3097 3097 } 3098 3098 3099 STAM_ REL_PROFILE_STOP(&pDisplay->Stats.Monitor[uScreenId].Recording.profileRecording, c);3099 STAM_PROFILE_STOP(&pDisplay->Stats.Monitor[uScreenId].Recording.profileRecording, c); 3100 3100 } 3101 3101 3102 STAM_ REL_PROFILE_STOP(&pDisplay->Stats.Recording.profileRecording, b);3102 STAM_PROFILE_STOP(&pDisplay->Stats.Recording.profileRecording, b); 3103 3103 3104 3104 } while (0);
Note:
See TracChangeset
for help on using the changeset viewer.