Report more performance stats

This commit is contained in:
Fedor Indutny 2021-04-13 16:43:56 -07:00 committed by GitHub
parent c6d5d852a9
commit a4ff7ae240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 5 deletions

3
ts/window.d.ts vendored
View file

@ -545,7 +545,8 @@ declare global {
hasSignalAccount: (number: string) => boolean;
getServerTrustRoot: () => WhatIsThis;
readyForUpdates: () => void;
logAppLoadedEvent: () => void;
logAppLoadedEvent: (options: { processedCount?: number }) => void;
logMessageReceiverConnect: () => void;
// Runtime Flags
isShowingModal?: boolean;