search for: 43720

Displaying 7 results from an estimated 7 matches for "43720".

Did you mean: 3720
2008 Oct 01
1
Please help me to produce smoothed contour plots
...55 30492 23836 17870 10954 5218 2266 [45] 68272 58610 47854 34834 32363 24238 19236 11789 6206 2515 2141 [56] 58448 47706 43001 39592 22840 18264 11564 6292 2915 2228 2090 [67] 55817 47680 38460 31693 21331 13161 8050 3162 2302 2120 1990 [78] 54078 43720 32828 22618 17039 8524 4846 2392 2154 2068 2008 [89] 47459 39734 29525 21325 10602 6406 3525 2207 2062 2014 1952 [100] 47630 34965 28452 18966 8386 5726 2351 2145 2052 1999 1960 [111] 42173 34339 27449 16743 9643 2866 2208 2096 2018 1937...
2008 Oct 01
0
cubic bivariate interpolation on regular grid
...55 30492 23836 17870 10954 5218 2266 [45] 68272 58610 47854 34834 32363 24238 19236 11789 6206 2515 2141 [56] 58448 47706 43001 39592 22840 18264 11564 6292 2915 2228 2090 [67] 55817 47680 38460 31693 21331 13161 8050 3162 2302 2120 1990 [78] 54078 43720 32828 22618 17039 8524 4846 2392 2154 2068 2008 [89] 47459 39734 29525 21325 10602 6406 3525 2207 2062 2014 1952 [100] 47630 34965 28452 18966 8386 5726 2351 2145 2052 1999 1960 [111] 42173 34339 27449 16743 9643 2866 2208 2096 2018 1937...
2014 Oct 14
2
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
...tine_type Tag = 2, Count = 77999, Ops = 623992, Name = DW_TAG_class_type Tag = 47, Count = 27122, Ops = 108488, Name = DW_TAG_template_type_parameter Tag = 28, Count = 8491, Ops = 33964, Name = DW_TAG_inheritance Tag = 66, Count = 10930, Ops = 43720, Name = DW_TAG_rvalue_reference_type Tag = 16, Count = 54680, Ops = 218720, Name = DW_TAG_reference_type Tag = 23, Count = 624, Ops = 4992, Name = DW_TAG_union_type Tag = 4, Count = 5344, Ops = 42752, Name = DW_TAG_enumeration_type Tag = 11, Coun...
2005 Mar 06
3
Bug#298291: logcheck-database: Printer out-of-paper reported
Package: logcheck-database Version: 1.2.34 Severity: minor I have parallel port attached printer and kernel reports whenever printer is out of paper: Mar 6 12:38:50 host kernel: lp0 out of paper However, this is not a situation that should be reported by default (IMHO) by logcheck sending report email. Thus I propose adding following line to ignore.d.workstation/logcheck (possibly to .server
2003 Jun 09
7
Dual T400P, SMP, performance issues
Hi, We are trying to validate Asterisk as a media gateway PRI <-> SIP with two T400P (8 T1s) per box. The first experience with BOX1 (Compaq, 2.53 GHz, 1 Gb RAM) and just one T400P was encouraging - on the load test with 3 T1s worth of calls we had on average 75% idle CPU. Not so with BOX2 (Dell, single 2.6 GHz Xeon, 1 Gb RAM, 2 T400P) and BOX3 (Dell, dual 2.6 GHz Xeon, 2 Gb RAM, 2 T400P,
2005 Feb 16
3
Bug#295560: logcheck: Please include filename when reporting "invalid regular expression"
Package: logcheck Version: 1.2.34 Severity: wishlist I have a couple of home-made logcheck ignore files, and happened to have one unescaped (and unmatched) `(' in one of the filter lines. Because of this, cron sent a mail with the body "grep: Invalid regular expression" - the subject is the command in the "2 * * * *" line in /etc/cron.d/logcheck, of course. It would be
2014 Oct 13
9
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
In r219010, I merged integer and string fields into a single header field. By reducing the number of metadata operands used in debug info, this saved 2.2GB on an `llvm-lto` bootstrap. I've done some profiling of DW_TAGs to see what parts of PR17891 and PR17892 to tackle next, and I've concluded that they will be insufficient. Instead, I'd like to implement a more aggressive plan,