Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. CPU down to it's knee

CPU down to it's knee

Scheduled Pinned Locked Moved The Lounge
tools
15 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A AspDotNetDev

    MDL=>Moshu wrote:

    while (!false)

    Lol, I suppose you are just too good for:

    while(true)

    :confused:

    [WikiLeaks Cablegate Cables]

    D Offline
    D Offline
    Dan Mos
    wrote on last edited by
    #3

    I like wild sutff. This is my favourite:

    while(false.ToString.ToLower() != "TRUE")

    :)

    All the best, Dan

    S 1 Reply Last reply
    0
    • D Dan Mos

      I like wild sutff. This is my favourite:

      while(false.ToString.ToLower() != "TRUE")

      :)

      All the best, Dan

      S Offline
      S Offline
      Single Step Debugger
      wrote on last edited by
      #4

      That would be mine: :)

      int selfConfidence = 10;
      int actualAbilities = 7;

      while(selfConfidence > actualAbilities)
      {
      DoStupidThings();
      }

      There is only one Ashley Judd and Salma Hayek is her prophet! Advertise here – minimum three posts per day are guaranteed.

      D 1 Reply Last reply
      0
      • D Dan Mos

        Ever since I've got the new iCore7 980 I struglled to make it 100% bussy. No luck. I was running Winrar, Encoding two movies with two different tools. Still I could not make it go beyond 70% bussy. I made it my New Years Resolution to make the CPU crumble on it's knee. After I tried all sorts of programs. I finally got the ideea to create a dummy one myself. Not only is it 100%, but Winamp(or any other media player for that matter) can't play an mp3 properly. I just didn't thought of creating a dummy infinte loop aberation before. Well it it is this little stupid piece that nailed it's arse.

                while (!false)
                {
                    Parallel.For(0, 8000000, i =>
                    {
                        i += (i - i);
                    });
                }
        

        I can now RIP :cool:

        All the best, Dan

        S Offline
        S Offline
        Slacker007
        wrote on last edited by
        #5

        MDL=>Moshu wrote:

        Ever since I've got the new iCore7 980 I struglled to make it 100% bussy.

        Just curious as to "why" you would want to do this other then pure boredom. :-D

        D L 2 Replies Last reply
        0
        • S Single Step Debugger

          That would be mine: :)

          int selfConfidence = 10;
          int actualAbilities = 7;

          while(selfConfidence > actualAbilities)
          {
          DoStupidThings();
          }

          There is only one Ashley Judd and Salma Hayek is her prophet! Advertise here – minimum three posts per day are guaranteed.

          D Offline
          D Offline
          Dan Mos
          wrote on last edited by
          #6

          :thumbsup: :-D

          All the best, Dan

          1 Reply Last reply
          0
          • S Slacker007

            MDL=>Moshu wrote:

            Ever since I've got the new iCore7 980 I struglled to make it 100% bussy.

            Just curious as to "why" you would want to do this other then pure boredom. :-D

            D Offline
            D Offline
            Dan Mos
            wrote on last edited by
            #7

            Well I got a powerfull PSU and I wanted the CPU to go wild (watt wise). Yeah I'm bored. I'm on vacation. So... You Know, stuff happens... And it's totally out of my control. I suspect it's the brain that's doing this. But, I'm not 100% sure, you know... :)

            All the best, Dan

            modified on Thursday, December 30, 2010 1:50 PM

            1 Reply Last reply
            0
            • S Slacker007

              MDL=>Moshu wrote:

              Ever since I've got the new iCore7 980 I struglled to make it 100% bussy.

              Just curious as to "why" you would want to do this other then pure boredom. :-D

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #8

              We used to run such apps as a thermal stress test for our proprietary electronics... And the tests were somewhat more complex, as we wanted to run all functional units to their maximum (or as far as possible), not just the instruction path and integer units; and it also needed maximum bus activity. :)

              Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum

              Season's Greetings to all CPians.

              1 Reply Last reply
              0
              • D Dan Mos

                Ever since I've got the new iCore7 980 I struglled to make it 100% bussy. No luck. I was running Winrar, Encoding two movies with two different tools. Still I could not make it go beyond 70% bussy. I made it my New Years Resolution to make the CPU crumble on it's knee. After I tried all sorts of programs. I finally got the ideea to create a dummy one myself. Not only is it 100%, but Winamp(or any other media player for that matter) can't play an mp3 properly. I just didn't thought of creating a dummy infinte loop aberation before. Well it it is this little stupid piece that nailed it's arse.

                        while (!false)
                        {
                            Parallel.For(0, 8000000, i =>
                            {
                                i += (i - i);
                            });
                        }
                

                I can now RIP :cool:

                All the best, Dan

                J Offline
                J Offline
                Jim Crafton
                wrote on last edited by
                #9

                Download some high end 3D app like Houdini, Vue (especially Vue - this causes all 8 of my cores to go apeshit the whole time it's busy rendering) or After Effects and setup something complex and render it.

                ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

                1 Reply Last reply
                0
                • D Dan Mos

                  Ever since I've got the new iCore7 980 I struglled to make it 100% bussy. No luck. I was running Winrar, Encoding two movies with two different tools. Still I could not make it go beyond 70% bussy. I made it my New Years Resolution to make the CPU crumble on it's knee. After I tried all sorts of programs. I finally got the ideea to create a dummy one myself. Not only is it 100%, but Winamp(or any other media player for that matter) can't play an mp3 properly. I just didn't thought of creating a dummy infinte loop aberation before. Well it it is this little stupid piece that nailed it's arse.

                          while (!false)
                          {
                              Parallel.For(0, 8000000, i =>
                              {
                                  i += (i - i);
                              });
                          }
                  

                  I can now RIP :cool:

                  All the best, Dan

                  R Offline
                  R Offline
                  Ravi Bhavnani
                  wrote on last edited by
                  #10

                  On Vista you can achieve the same result by doing:

                  while (true)
                      Thread.Sleep (Int32.MaxValue);
                  

                  :) /ravi

                  My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                  1 Reply Last reply
                  0
                  • D Dan Mos

                    Ever since I've got the new iCore7 980 I struglled to make it 100% bussy. No luck. I was running Winrar, Encoding two movies with two different tools. Still I could not make it go beyond 70% bussy. I made it my New Years Resolution to make the CPU crumble on it's knee. After I tried all sorts of programs. I finally got the ideea to create a dummy one myself. Not only is it 100%, but Winamp(or any other media player for that matter) can't play an mp3 properly. I just didn't thought of creating a dummy infinte loop aberation before. Well it it is this little stupid piece that nailed it's arse.

                            while (!false)
                            {
                                Parallel.For(0, 8000000, i =>
                                {
                                    i += (i - i);
                                });
                            }
                    

                    I can now RIP :cool:

                    All the best, Dan

                    R Offline
                    R Offline
                    Roger Wright
                    wrote on last edited by
                    #11

                    You have far too much time on your hands. Get a hobby, or a woman; either will solve that problem.

                    Will Rogers never met me.

                    D 1 Reply Last reply
                    0
                    • A AspDotNetDev

                      MDL=>Moshu wrote:

                      while (!false)

                      Lol, I suppose you are just too good for:

                      while(true)

                      :confused:

                      [WikiLeaks Cablegate Cables]

                      M Offline
                      M Offline
                      Mark_Wallace
                      wrote on last edited by
                      #12

                      aspdotnetdev wrote:

                      Lol, I suppose you are just too good for:

                      while(true)

                      Look, when the 'T' key on your keyboard is eaten by the dog, you can comment. Until then, shaddap.

                      I wanna be a eunuchs developer! Pass me a bread knife!

                      1 Reply Last reply
                      0
                      • D Dan Mos

                        Ever since I've got the new iCore7 980 I struglled to make it 100% bussy. No luck. I was running Winrar, Encoding two movies with two different tools. Still I could not make it go beyond 70% bussy. I made it my New Years Resolution to make the CPU crumble on it's knee. After I tried all sorts of programs. I finally got the ideea to create a dummy one myself. Not only is it 100%, but Winamp(or any other media player for that matter) can't play an mp3 properly. I just didn't thought of creating a dummy infinte loop aberation before. Well it it is this little stupid piece that nailed it's arse.

                                while (!false)
                                {
                                    Parallel.For(0, 8000000, i =>
                                    {
                                        i += (i - i);
                                    });
                                }
                        

                        I can now RIP :cool:

                        All the best, Dan

                        W Offline
                        W Offline
                        WiGgLr
                        wrote on last edited by
                        #13

                        You can use a tool called Prime95 to do that

                        1 Reply Last reply
                        0
                        • R Roger Wright

                          You have far too much time on your hands. Get a hobby, or a woman; either will solve that problem.

                          Will Rogers never met me.

                          D Offline
                          D Offline
                          Dan Mos
                          wrote on last edited by
                          #14

                          :) Woman I have. Hobbies too. Just that sometimes I don't feel like doing anything and then all kind of nice ideeas go through my head.

                          All the best, Dan

                          1 Reply Last reply
                          0
                          • A AspDotNetDev

                            MDL=>Moshu wrote:

                            while (!false)

                            Lol, I suppose you are just too good for:

                            while(true)

                            :confused:

                            [WikiLeaks Cablegate Cables]

                            G Offline
                            G Offline
                            Gary R Wheeler
                            wrote on last edited by
                            #15

                            for(;;);

                            Software Zen: delete this;
                            Fold With Us![^]

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups