Show enters and exits. Hide enters and exits.
| 00:20:29 | brixen | justin-george: not that I know of |
| 00:20:45 | brixen | justin-george: a few people have asked, someone could certainly set it up |
| 02:32:49 | Sutto | hey guys - stupid question, but is there an easy way to make the rubinius build process take advantage of multiple cores? (like -j N on make) |
| 04:26:30 | toulmean | Sutto: not a stupid question. drake does that |
| 04:26:47 | toulmean | Sutto: not sure it's very mature. I tried to use it with buildr but that didn't go very far. |
| 06:42:50 | dbussink | evan: ping? |
| 06:43:31 | evan | sup? |
| 06:43:55 | dbussink | evan: i was wondering, would it be a good idea that the profiler would also output how much time it tracked? |
| 06:44:07 | dbussink | so if there is time spent outside the profiler, that's clear too? |
| 06:44:13 | evan | eh? |
| 06:44:18 | evan | i don't see what you mean |
| 06:44:29 | evan | you mean, print out the total time? |
| 06:45:05 | dbussink | well, when i run all those datamapper specs, it stalls pretty heavy in some places and i wonder maybe that time is missing in the profile output because nothing stands out |
| 06:45:26 | evan | you can certainly output it |
| 06:45:34 | evan | maybe there is a profilerl bug |
| 06:45:40 | evan | can you isolate it any? |
| 06:46:07 | dbussink | haven't really tried, but it regularly stalls seconds on pending specs |
| 06:46:19 | dbussink | i guess that must be something like gc |
| 06:46:25 | dbussink | but it's not way up high in the profile |
| 06:50:05 | evan | yeah, I saw that |
| 06:50:14 | evan | we need to figure out what it's doing |
| 06:50:34 | evan | I should probably run them here |
| 06:50:41 | evan | and run shark while those pending specs are running |
| 06:50:48 | evan | and see what is going on at the lowest level. |
| 06:51:08 | dbussink | i can see if i can trigger it with just creating a whole bunch of empty pending specs in a new project using rspec |
| 06:51:35 | dbussink | the stalls are also getting longer and longer while it's running |
| 06:52:08 | dbussink | and it's a lot slower for the pending specs than for the implemented ones :P |
| 06:53:17 | matthewd | dbussink: That's just to motivate you to implement the pending specs ;) |
| 06:53:42 | dbussink | matthewd: hehe, tricky :P |
| 06:54:21 | evan | hehe |
| 06:54:27 | evan | dbussink: yeah, poke around |
| 15:50:32 | rue | dbussink: Ooranje! |
| 17:45:07 | boyscout | Include errno.h to ruby.h (MRI includes it in rubyio.h). - f7c00af - Brian Ford |
| 17:54:27 | boyscout | CI: rubinius: f7c00af successful: 3457 files, 13668 examples, 41247 expectations, 0 failures, 0 errors |