IL2

Results 9 comments of IL2

Actually this [line](https://github.com/gabr42/OmniThreadLibrary/blob/5435d75f1dae81df162b86224883485071e9ea50/src/DSiWin32.pas#L8848) `timeBeginPeriod(1);` causes the issue https://github.com/gabr42/OmniThreadLibrary/search?q=timeBeginPeriod

There are lengthy discussions on topic: https://bugs.chromium.org/p/chromium/issues/detail?id=411592 https://github.com/golang/go/issues/8687 https://www.reddit.com/comments/1hxjkh [Windows 8](http://arstechnica.com/information-technology/2012/10/better-on-the-inside-under-the-hood-of-windows-8/2/) and [Linux Kernel 3.10](https://lwn.net/Articles/549580/) arrive with tickless kernel which alleviate that issue to a great degree if not completely.

Hi Mahdi! Please have a look at these docs https://github.com/intelxed/xed/tree/master/datafiles which come officially from Intel just recently. via https://twitter.com/_rsc/status/810125713894469632

Glad that information came home, but I know nothing about ARM. I can only guess, that it might be available in future just as Intel has done. Is it a...

Aye @MahdiSafsafi, I see a little better importance of *machine-readable (non-PDF) description* of the arch commands might mean now and from the comments along that tweet. Rejoice! :) One of...

@MahdiSafsafi Good news! Please have a look here https://twitter.com/maver/status/855243564586065921 https://developer.arm.com/products/architecture/a-profile/exploration-tools

This is very easy: 1) take ftp path such as ftp.elf.stuba.sk/pub/pc (from the FTP plugin for instance) 2) create new stored session, choose FTP protocol and put this path to...

I've reproduced the bug on Far 3.0 x86 b4641 using same STR. ~~NUL session (if you allow me to call it this way) can't be copied by F5.~~ Sorry, this...

Sorry, I'm unqualified in C# and .NET. I guess that realtime monitor depends on some Win8+ feature as covered in [TraceLog example](https://github.com/Microsoft/dotnetsamples/blob/master/Microsoft.Diagnostics.Tracing/TraceEvent/TraceEvent/41_TraceLogMonitor.cs#L30) and I've missed the [comment](https://github.com/goldshtn/etrace/blob/master/etrace/Program.cs#L35) about it. If...