1. 24 May, 2019 1 commit
  2. 17 Dec, 2018 1 commit
  3. 13 Oct, 2017 1 commit
  4. 30 Sep, 2015 1 commit
  5. 28 Sep, 2015 1 commit
  6. 05 Jun, 2014 1 commit
  7. 03 Jun, 2014 1 commit
  8. 26 May, 2014 3 commits
  9. 29 Apr, 2014 1 commit
  10. 27 Mar, 2014 1 commit
  11. 05 Sep, 2013 1 commit
  12. 26 Aug, 2013 1 commit
  13. 23 Aug, 2013 2 commits
  14. 18 Jul, 2013 2 commits
  15. 07 Mar, 2013 1 commit
  16. 26 Feb, 2013 1 commit
    • yurys@chromium.org's avatar
      Send SIGPROF signals on the profiler event processor thread · dc9b8176
      yurys@chromium.org authored
      The patch is based on the previous one that was rolled out: https://code.google.com/p/v8/source/detail?r=12985
      
      On Linux sampling for CPU profiler is initiated on the profiler event processor thread, other platforms to follow.
      
      CPU profiler continues to use SamplingCircularQueue, we will replave it with a single sample buffer when Mac and Win ports support profiling on the event processing thread.
      
      When --prof option is specified profiling is initiated either on the profiler event processor thread if CPU profiler is on or on the  SignalSender thread as it used to if no CPU profiles are being collected.
      
      ProfilerEventsProcessor::ProcessEventsAndDoSample now waits in a tight loop, processing collected samples until sampling interval expires. To save CPU resources I'm planning to change that to use nanosleep as only one sample is expected in the queue at any point.
      
      BUG=v8:2364
      
      Review URL: https://codereview.chromium.org/12321046
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13735 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      dc9b8176
  17. 22 May, 2010 1 commit
  18. 30 Mar, 2010 1 commit
  19. 22 Mar, 2010 1 commit
  20. 17 Mar, 2010 3 commits