function Alpha() { Beta(); } function Beta() { } 30 ms 50 ms.

Slides:



Advertisements
Similar presentations
The developer’s guide to the SkyDrive API’s
Advertisements

The C++ compiler is obsessed with optimization: In this case, it will auto-vectorize the loop.
Advanced Windows Azure: Infrastructure as a service (IaaS)
Understanding heap data Using Windows Performance Analyzer.
Process (.exe, IIS, …) Activities Activity Library Tooling VS Designer Custom Designer Rehosted Designer Runtime Workflow Activity Programming Model.
 Emre Kıcıman Researcher Microsoft Corporation  Ethan Jackson Post Doc Researcher Microsoft Corporation.
CPU - 15% to 30% Working Set - 25% to 45%
This session will resume in 15 minutes. This session will resume in 14 minutes.
\\fs\share File Server SMB Direct Client Application NIC RDMA NIC TCP/ IP SMB Direct Ethernet and/or InfiniBand TCP/ IP Unchanged.
MID301. App Server 1 App Server 1 App Server 2 App Server 2 App Server 3 App Server 3 DatabaseDatabase Local Store.
Windows Azure Storage Abstractions Windows Azure Storage Characteristics.
Building Metro style UIs Paul Gusmorino Lead Program Manager Microsoft Corporation DEV354.
Building Metro style apps with HTML and JavaScript Paul Gusmorino Lead Program Manager Microsoft Corporation.
Model Lync Server 2013 REST API Media Manager (Media State) UI Lync Web App Lync for Windows Phone Lync for iPhone Lync for iPad Lync for.
Building Metro style apps with HTML and JavaScript Paul Gusmorino Lead Program Manager Microsoft Corporation.
Static Testing Code Review/Verification –Code is reviewed by the developer after each change Individually and with code sessions –Use of Visual Studio’s.
Embedded Software SKKU 14 1 Sungkyunkwan University Tizen v2.3 Application Profiling & Debugging.
Memory leak? So where do these leaks appear to be?
Flexibility of options Existing relationship Subscriptions Consumable purchases Use Your Existing Commerce Use our ad system Bring your own Ad Supported.
App Theming & PVL Direct3DDirectWriteDirect2DMediaTouch.
How to Build on Windows Azure?

Pool Overview The Windows Pool has four basic allocation areas: Allocations that can be paged out of memory to the pagefile Paged Pool Allocations.
Application Lifecycle Management Tools for C++ in Visual Studio 2012 Rong Lu Program Manager Visual C++ Microsoft Corporation DEV316.
[0] [1]
Understanding VirtualAlloc usage using Windows Performance Analyzer
Sofia Event Center May 2014 Angel Todorov Principal Architect, Infragistics Inc. Debugging, Profiling and Optimizing Web Apps with IE11 – F12 Developer.
What web developers need to know when building Metro style apps Scott Dickens Principal Program Manager Lead Microsoft Corporation DEV352.
No Mixed Mode Debugging Support Use Multiple Instances Instead Launch the app under the script debugger Attach with the native debugger from.
Msdevcon.ru#msdevcon. ИЗ ПЕРВЫХ РУК: КАК СДЕЛАТЬ ВАШ КОД БЫСТРЫМ ПРОФАЙЛИНГ КЛИЕНТСКИХ И СЕРВЕРНЫХ ПРИЛОЖЕНИЙ В VISUAL STUDIO 2012 MAXIM GOLDIN Senior.
Splits, Merges and Purges THE HOW TO OF TABLE PARTITIONING.
Agenda Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps.
Image from
Building Metro style apps with XAML with.NET Tim Heuer Program Manager Microsoft Corporation DEV353.
Windows Version 3.1
Mobile app development India. Mobile app development company.
Build performance-obsessed mobile apps with JavaScript
Data centric apps for web, desktop and mobile with EF5
#OLCAccelerate.
C++ Interlude 2 Pointers, Polymorphism, and Memory Allocation
Developing an app for SharePoint autohosted in Azure
Find and Fix Memory Leaks in Windows 10/8/7
What web developers need to know when building Metro style apps
May 23-24, 2012 Microsoft.
Building high performance Metro style apps using HTML5
Mobile App ux/ ui design In High Quality.
How to Start and Shut Down a Computer
Using Windows Runtime and SDK to build Metro style apps
TechEd /7/2018 9:56 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Quality & Performance for XAML Apps
Building Mobile Solutions on Windows Azure – Part I
Session Evaluations Contest
Visual Studio 2015: New Exciting Features For Developers
Opening/Closing Title
Windows Phone: Developer Best Practices and How to Maximize Performance
2-тур. Полиглот кері кері.
Ашық сабақ 7 сынып Файлдар мен қапшықтар Сабақтың тақырыбы:
Windows басқару элементтері
Presenter # 1 • Presenter # 2 • Presenter # 3
When Bad Things Happen to Good Applications
PowerPoint Presentation Template
Visual Studio Tooling Developer’s Guide to Windows 10
Designing great reading experiences
Illustration of Beta 11.
Қош келдіңіздер!.
Chalk Talk: Reading and publishing
Session Evaluations Contest
Информатика пән мұғалімі : Аитова Карима.
This session is being recorded
THE GROWTH ENVIRONMENT.
Presentation transcript:

function Alpha() { Beta(); } function Beta() { } 30 ms 50 ms

Activation timeMemory leaks UI responsivenessIdle state CPU usage Layout passesSuccessful suspend Synchronous XMLHttpRequest on UI threadMemory reduction when suspended Image scalingApp memory growth Memory footprintRuntime broker memory growth Runtime broker memory reference set

Object A (100 KB) Object B (500 KB) Object C (50 KB) Object D (100 KB) Object A (100 KB) Object B (500 KB) 600 KB

Please submit session evals on the Build Windows 8 App or at