Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Fnoord
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Fnoord

    @Fnoord

    1
    Posts
    721
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Fnoord Follow

    Posts made by Fnoord

    • Unexplained Cpu Usage which is independent from Code

      Starting today i noticed a high CPU-usage in classes which have never been using that much. I started disabling those classes but the CPU-usage just went on to the next function like f.e.:

      The workload went from GarbageCollector -> Initialize -> EventManager -> Tower -> Creeps -> Spawner -> Architect.

      And as soon as i disabled all this classes it disappeared. As my code does not run in threads, it seems like the workload appears at a fixed time and does not occure if my code has been executed too fast.

      I added an example below. There are no dependencies between those classes and initialize does nothing at all as it is only run on developing a new room.

      Someone got an idea? Would be awesome!

       

       

       

      posted in Technical Issues and Bugs
      Fnoord