Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0p3
Issue ID
945462
Regression
No
[iOS, il2cpp] System.DateTime.Now is slow on the first run
To reproduce:
1. Open project attached by QA
2. Build it for iOS
3. In XCode's top menu bar select Product -> Profile
4. From the instruments select time profiler
5. After opening Time Profiler hit record button
6. Record for ~10seconds.
7. In the timeline find a spike in CPU usage and make selection on this spike
Expected: System.DateTime.Now should take the same amount of time on all the runs
Actual: On the first run it takes more time (is slower)
Reproduced on: 5.6.3f1, 2017.1.1f1, 2017.2.0b10, 2017.3.0a7
Reproduced with: iPhone SE OS 9.3
Comments (4)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler connects to a different opened Editor project when more than one project is open and building for WebGL with Autoconnect Profiler enabled
- Creating and then deleting the "Integration Update: Rotation" block breaks and makes unusable VFX Graph
- “ArgumentNullException: Value cannot be null.” when deleting a newly created input action
- Undoing the creation of the "Button - TextMeshPro" GameObject only removes Canvas and EventSystem GameObjects
- A distorted audio clip is played when transitioning to another audio clip using Pitch Shifter Audio Effect
Barns12
Apr 25, 2022 00:52
Hello, if you need advice on software quality assurance, I advise you to contact here HTTPS://savarian.tech/services/consulting/ . Savarian.tech consulting and process improvement services can help reduce the time it takes to run your development cycle efficiently. Independent members of their team can help you test your software and have the experience to offer viable solutions specific to your business.
CorryStHaggen
Apr 24, 2022 23:50
Hello. I need help, or at least advice to begin with, about software quality assurance. Who can be contacted with this question?
roointan
Sep 06, 2020 09:01
more info about why this is slow https://stackoverflow.com/a/4075602/1235063
you can use Time.time or a TickCount alternative which doesn't need to query the system time
roointan
Feb 16, 2020 11:50
How is it slow by design??