Mon.Jul 23, 2018

article thumbnail

Releasing An Android Application Built With NativeScript And Vue.js

The Polyglot Developer

So you’ve just built an awesome new Android application using NativeScript and the Vue.js JavaScript framework and you’re wondering what’s next. Unless this is an internal application, you’re probably going to want to publish the application to a marketplace like Google Play. The thing is, up until now, you’ve probably only been working with a debug build of your Android application and binary.

Google 45
article thumbnail

Comments on timing short code sections on Intel processors

John McCalpin

(From a recent post of mine on the Intel software developer forums — some potentially useful words to go along with my new low-overhead-timers project…). Updates on 2019-01-23 in blue. There are lots of topics that you need to be aware of when attempting fine-grain timing. A few of the more important ones are: The RDTSC instruction increments at the rate of the “base” (or “nominal”) processor frequency, while instructions are executed at the “core frequ

Code 45