GithubHelp home page GithubHelp logo

Comments (2)

asmichi avatar asmichi commented on May 12, 2024

Well, it's VirtualQueryEx that is taking time... So, what to be blamed is the kernel, and Windows 10 1809 seems to have fixed this.

Repro : https://gist.github.com/asmichi/1d86d5ca08a0ad6c36d1c0496bf9807c

Performing VirtualQueryEx on cmd.exe on Win10 Pro 1803 (Build 17134.376):

VirtualQueryEx time
     BaseAddress,      RegionSize,State,Type :          time / call
(snip)
00000153EC561000,    7ca1d9a7f000,   10,   0 :     0.4860 us / call
00007DF5C5FE0000,           2b000,    1,   4 :     2.1440 us / call
00007DF5C600B000,            5000,   10,   0 :     0.4740 us / call
00007DF5C6010000,         16f6000,    2,   4 : 21560.0600 us / call <- taking 21.6 ms / call !!!
00007DF5C7706000,          160000,    1,   4 :  2718.5530 us / call
00007DF5C7866000,          588000,    2,   4 : 10860.6580 us / call
00007DF5C7DEE000,            4000,    1,   4 :    53.5260 us / call
00007DF5C7DF2000,     1ffd9df5000,    2,   4 :  4191.0580 us / call
00007FF5A1BE7000,            3000,    1,   4 :     1.0450 us / call
00007FF5A1BEA000,        13808000,    2,   4 :   177.2590 us / call
00007FF5B53F2000,         1bf1000,    1,   4 :  1745.4760 us / call
00007FF5B6FE3000,            8000,    1,   4 :     1.4890 us / call
00007FF5B6FEB000,         f025000,    2,   4 :   448.1360 us / call
00007FF5C6010000,       1295d0000,   10,   0 :     0.4800 us / call

from detours.

asmichi avatar asmichi commented on May 12, 2024

Closing because this is an issue in the kernel. Feel free to reopen it if some workaround is required.

from detours.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.