Displaying 7 results from an estimated 7 matches for "277656".
Did you mean:
27765
2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...| 88 | 0m56.631s | 0m1.294s | 202702 | 197878 |
+---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
| freqmine | 45 | 0m1.220s | 0m1.214s | 18 | 0m22.150s | 0m5.515s | 278615 | 277656 |
+---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
| gcc | 6026 | 0m31.941s | 0m31.327s | 125 | 1m30.139s | 0m36.601s | 6991413 | 6991245 |
+---------------+----------+-------------+-----------...
2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...94s | 202702 | 197878 |
>>
>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>> | freqmine | 45 | 0m1.220s | 0m1.214s | 18 |
>> 0m22.150s | 0m5.515s | 278615 | 277656 |
>>
>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>> | gcc | 6026 | 0m31.941s | 0m31.327s | 125 |
>> 1m30.139s | 0m36.601s | 6991413 | 6991245 |
>>
>>...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...;>>
> >>>
> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
> >>> | freqmine | 45 | 0m1.220s | 0m1.214s | 18 |
> >>> 0m22.150s | 0m5.515s | 278615 | 277656 |
> >>>
> >>>
> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
> >>> | gcc | 6026 | 0m31.941s | 0m31.327s | 125 |
> >>> 1m30.139s | 0m36.601s | 69...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...| 197878 |
>>>
>>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>>> | freqmine | 45 | 0m1.220s | 0m1.214s | 18 |
>>> 0m22.150s | 0m5.515s | 278615 | 277656 |
>>>
>>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>>> | gcc | 6026 | 0m31.941s | 0m31.327s | 125 |
>>> 1m30.139s | 0m36.601s | 6991413 | 6991245 |
&...
2003 Aug 27
1
trying to produce an array of ranks
OK, I am try to produce an array of ranks. I have a set of data (s)
that looks like this
rt subj
312 dave
467 dave
411 dave
383 kim
398 kim
...
Now I want to make a column that is an array of the ranks of rt by
subject. The closest of gotten is using the following.
r <- by (s, s$subj, function(d) rank(d[1]))
This gets the data out with ranks but I cannot figure out how to easily
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...t;
>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>> >>> | freqmine | 45 | 0m1.220s | 0m1.214s | 18 |
>> >>> 0m22.150s | 0m5.515s | 278615 | 277656 |
>> >>>
>> >>>
>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>> >>> | gcc | 6026 | 0m31.941s | 0m31.327s | 125 |
>> >>&g...
2016 Mar 15
2
GSoC Proposal : Path Profiling Support
This proposal adds support for path profiling [Ball96] to LLVM. Path
profiling compactly represents acyclic paths in a directed acyclic graph
representation of the control flow graph of a routine. Instrumentation can
be added to uniquely identify paths executed at runtime.
Path profiles enable precise enumeration of the sequence of basic blocks
executed in order for a particular path. Using path