Displaying 8 results from an estimated 8 matches for "165213".
Did you mean:
15213
2009 Oct 02
1
nls not accepting control parameter?
...6:2037,
y = c(143088, 140218, 137964,
138313, 140005, 141483, 142365,
144114, 145335, 146958, 148584,
149398, 151074, 152241, 153919,
155580, 157258, 158981, 160591,
162126, 163743, 165213, 166695,
168023, 169522, 170746, 172057,
173287, 173977, 175232, 176308,
177484)
)
nls( y ~ SSlogis(x, Asym, xmid, scal), data = dat, trace=TRUE)
(newMinFactor <- 1/(4*1024))
nls( y ~ SSlogis(x, Asym, xmid, scal), da...
2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...| 10 | 0m11.097s | 0m3.074s | 162680 | 161736 |
+---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
| mcf2000 | 1155 | 0m0.859s | 0m0.853s | 26 | 0m24.169s | 0m4.625s | 166092 | 165213 |
+---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
| povray | 17 | 0m8.543s | 0m8.552s | 4 | 9m24.562s | 5m39.295s | 2388152 | 2387960 |
+---------------+----------+-------------+-----------...
2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...74s | 162680 | 161736 |
>>
>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>> | mcf2000 | 1155 | 0m0.859s | 0m0.853s | 26 |
>> 0m24.169s | 0m4.625s | 166092 | 165213 |
>>
>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>> | povray | 17 | 0m8.543s | 0m8.552s | 4 |
>> 9m24.562s | 5m39.295s | 2388152 | 2387960 |
>>
>>...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...;>>
> >>>
> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
> >>> | mcf2000 | 1155 | 0m0.859s | 0m0.853s | 26 |
> >>> 0m24.169s | 0m4.625s | 166092 | 165213 |
> >>>
> >>>
> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
> >>> | povray | 17 | 0m8.543s | 0m8.552s | 4 |
> >>> 9m24.562s | 5m39.295s | 23...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...| 161736 |
>>>
>>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>>> | mcf2000 | 1155 | 0m0.859s | 0m0.853s | 26 |
>>> 0m24.169s | 0m4.625s | 166092 | 165213 |
>>>
>>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>>> | povray | 17 | 0m8.543s | 0m8.552s | 4 |
>>> 9m24.562s | 5m39.295s | 2388152 | 2387960 |
&...
2006 Feb 01
1
AW: "make xconfig" for Dom0 not working
Cd /xen/xen-unstable/linux/2.6.12-xen0/
Then: make ARCH=xen xconfig
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A Informationsverarbeitung / Diplomant Systemtechnik
*
* Mail: diederit@ing.boehringer-Ingelheim.com
* Phone: +49 (0)6132/77-98151
-----Ursprüngliche Nachricht-----
Von:
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...t;
>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>> >>> | mcf2000 | 1155 | 0m0.859s | 0m0.853s | 26 |
>> >>> 0m24.169s | 0m4.625s | 166092 | 165213 |
>> >>>
>> >>>
>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+
>> >>> | povray | 17 | 0m8.543s | 0m8.552s | 4 |
>> >>&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