UIApplication.shared.applicationIconBadgeNumber is laggyUITableView with complex cells is slow and laggySwift Beta performance: sorting arraysWhen swiping on cell, it moves some label itemsApple's SpeedSketch example app is very laggyvalue of optional type 'string?' not unwrapped when checking if values are emptyApplying Filter to Core Image is very slowSwift Drawing App is LaggyUIPanGestureRecognizer Update Intervalsswift camera overlayViewTableView gets laggy with data
How did NASA Langley end up with the first 737?
Why did Jon Snow admit his fault in S08E06?
Can a UK national work as a paid shop assistant in the USA?
Can you still travel to America on the ESTA waiver program if you have been to Iran in transit?
Creating second map without labels using QGIS?
Can a ring of spell storing and access to Find spells produce an endless menagerie?
Is it legal to have an abortion in another state or abroad?
Would Buddhists help non-Buddhists continuing their attachments?
Dad jokes are fun
Why isn't 'chemically-strengthened glass' made with potassium carbonate? To begin with?
Best shape for a necromancer's undead minions for battle?
Time complexity of an algorithm: Is it important to state the base of the logarithm?
Why does splatting create a tuple on the rhs but a list on the lhs?
What weight should be given to writers groups critiques?
What were the Ethiopians doing in Xerxes' army?
Why sampling a periodic signal doesn't yield a periodic discrete signal?
Why did it take so long for Germany to allow electric scooters / e-rollers on the roads?
Expected maximum number of unpaired socks
Cardio work for Muay Thai fighters
Is there an idiom that means that you are in a very strong negotiation position in a negotiation?
Does "was machen sie" have the greeting meaning of "what do you do"?
Security vulnerabilities of POST over SSL
The disk image is 497GB smaller than the target device
What would prevent living skin from being a good conductor for magic?
UIApplication.shared.applicationIconBadgeNumber is laggy
UITableView with complex cells is slow and laggySwift Beta performance: sorting arraysWhen swiping on cell, it moves some label itemsApple's SpeedSketch example app is very laggyvalue of optional type 'string?' not unwrapped when checking if values are emptyApplying Filter to Core Image is very slowSwift Drawing App is LaggyUIPanGestureRecognizer Update Intervalsswift camera overlayViewTableView gets laggy with data
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm building an iOS app, and I noticed something odd -
sometimes, the line of code
let someVariable = UIApplication.shared.applicationIconBadgeNumber
is extremely laggy (taking on the order of seconds to complete), and sometimes it is not. Is there a reason for the variation in times this line of code takes to complete? It seems like a simple assignment, so I'm a bit confused about why it would take so long.
ios swift uiapplication
add a comment |
I'm building an iOS app, and I noticed something odd -
sometimes, the line of code
let someVariable = UIApplication.shared.applicationIconBadgeNumber
is extremely laggy (taking on the order of seconds to complete), and sometimes it is not. Is there a reason for the variation in times this line of code takes to complete? It seems like a simple assignment, so I'm a bit confused about why it would take so long.
ios swift uiapplication
How do you measure performance?
– ManWithBear
Mar 23 at 23:58
The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code
– JohnDoe
Mar 24 at 0:08
add a comment |
I'm building an iOS app, and I noticed something odd -
sometimes, the line of code
let someVariable = UIApplication.shared.applicationIconBadgeNumber
is extremely laggy (taking on the order of seconds to complete), and sometimes it is not. Is there a reason for the variation in times this line of code takes to complete? It seems like a simple assignment, so I'm a bit confused about why it would take so long.
ios swift uiapplication
I'm building an iOS app, and I noticed something odd -
sometimes, the line of code
let someVariable = UIApplication.shared.applicationIconBadgeNumber
is extremely laggy (taking on the order of seconds to complete), and sometimes it is not. Is there a reason for the variation in times this line of code takes to complete? It seems like a simple assignment, so I'm a bit confused about why it would take so long.
ios swift uiapplication
ios swift uiapplication
asked Mar 23 at 22:54
JohnDoeJohnDoe
783824
783824
How do you measure performance?
– ManWithBear
Mar 23 at 23:58
The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code
– JohnDoe
Mar 24 at 0:08
add a comment |
How do you measure performance?
– ManWithBear
Mar 23 at 23:58
The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code
– JohnDoe
Mar 24 at 0:08
How do you measure performance?
– ManWithBear
Mar 23 at 23:58
How do you measure performance?
– ManWithBear
Mar 23 at 23:58
The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code
– JohnDoe
Mar 24 at 0:08
The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code
– JohnDoe
Mar 24 at 0:08
add a comment |
1 Answer
1
active
oldest
votes
If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.
Instead try new Signpost with Instruments article
If you care only in duration while debugging, then I could guess it affected by communication with Springboard
process + debugger protection. But I would say it mean nothing in general.
The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable
– JohnDoe
Mar 24 at 4:55
@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by meos_signpost
?
– ManWithBear
Mar 24 at 11:34
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319140%2fuiapplication-shared-applicationiconbadgenumber-is-laggy%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.
Instead try new Signpost with Instruments article
If you care only in duration while debugging, then I could guess it affected by communication with Springboard
process + debugger protection. But I would say it mean nothing in general.
The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable
– JohnDoe
Mar 24 at 4:55
@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by meos_signpost
?
– ManWithBear
Mar 24 at 11:34
add a comment |
If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.
Instead try new Signpost with Instruments article
If you care only in duration while debugging, then I could guess it affected by communication with Springboard
process + debugger protection. But I would say it mean nothing in general.
The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable
– JohnDoe
Mar 24 at 4:55
@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by meos_signpost
?
– ManWithBear
Mar 24 at 11:34
add a comment |
If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.
Instead try new Signpost with Instruments article
If you care only in duration while debugging, then I could guess it affected by communication with Springboard
process + debugger protection. But I would say it mean nothing in general.
If you care about performance of your app, then you can't measure it with debugger attached and in Debug configuration, since it has additional overhead.
Instead try new Signpost with Instruments article
If you care only in duration while debugging, then I could guess it affected by communication with Springboard
process + debugger protection. But I would say it mean nothing in general.
answered Mar 24 at 0:15
ManWithBearManWithBear
1,854720
1,854720
The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable
– JohnDoe
Mar 24 at 4:55
@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by meos_signpost
?
– ManWithBear
Mar 24 at 11:34
add a comment |
The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable
– JohnDoe
Mar 24 at 4:55
@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by meos_signpost
?
– ManWithBear
Mar 24 at 11:34
The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable
– JohnDoe
Mar 24 at 4:55
The performance of the app isn’t materially impacted by the debugger in this case. I checked using a timer and it’s on the order of ~4 seconds for this single code to execute. I’m just confused why this would take so long to work considering it’s only getting the value of a variable
– JohnDoe
Mar 24 at 4:55
@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me
os_signpost
?– ManWithBear
Mar 24 at 11:34
@JohnDoe please provide more information how you measure it with timer? Do you mean time profiler? Or have you tried proposed by me
os_signpost
?– ManWithBear
Mar 24 at 11:34
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319140%2fuiapplication-shared-applicationiconbadgenumber-is-laggy%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How do you measure performance?
– ManWithBear
Mar 23 at 23:58
The main thread of the app freezes for ~5 seconds after i check with a breakpoint before and after the line of code
– JohnDoe
Mar 24 at 0:08