timing 예문
- After only a couple of hours of timing his tweets with related news articles,
그걸 코드라고 부를 수 있다면 말이다 After only a couple of hours of timing his tweets - Timing: data for navigation and page load events.
timing: 탐색과 페이지 로드 이벤트에 관한 데이터. - This is an example of a page.
Timing: 이또한 매우 중요하다. - Navigation Timing is a JavaScript API for accurately measuring performance on the web.
Navigation Timing 은 웹의 성능을 정확하게 측정하는 자바스크립트 API이다. - In this way, the API provides a simple way to build up historical data for page performance.
Navigation Timing API는 페이지 성능에 대해 시간에 따른 데이터를 구성할 수 있는 간단한 방법을 제공한다. - The User Timing API gives you a lot of great tools to apply to any aspect of your web application.
User Timing API가 제공하는 많은 훌륭한 도구를 웹 애플리케이션의 어떤 부분에 적용할 수 있습니다. - Unlike timing tests that use the Date object, the Navigation Timing API can be used in ways that do not affect page load.
Date 객체를 사용해서 타이밍을 측정하는 방법과는 달리 Navigation Timing API는 페이지 로딩에 전혀 영향을 주지 않고 사용할 수 있다. - Now that we have a decent picture of the User Timing API we can use it to analyze how long all our XMLHttpRequests take in our web application.
이제 User Timing API에 대한 적절한 그림을 가지고 있으므로, 웹 애플리케이션에서 XMLHttpRequests 가 얼마나 걸리는지 분석하는 데 사용할 수 있습니다. - Try out the User Timing API on your applications now, you'll work out how to speed them up and your users will thank you for making their experience so much better.
지금 User Timing API를 애플리케이션에 사용해보세요. 여러분은 애플리케이션을 빠르게 하는 방법을 알아내게 되고, 사용자들은 그들 경험이 훨씬 좋아진 것에 감사하게 될 것입니다.