Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2021-05-06

01:00
01:05:33***Saving seen data "./dancer.seen"
01:19:57 Join ZincAlloy [0] (~Adium@2a02:8108:943f:d824:f807:d5d:59d8:b8d7)
01:19:57 Quit ZincAlloy (Client Quit)
03:00
03:05:35***Saving seen data "./dancer.seen"
03:12:20 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan)
04:00
04:53:08 Join daswf8526 [0] (~daswf852@unaffiliated/dwf)
04:54:50 Quit daswf852 (Ping timeout: 246 seconds)
04:54:51 Nick daswf8526 is now known as daswf852 (~daswf852@unaffiliated/dwf)
05:00
05:05:38***Saving seen data "./dancer.seen"
05:14:23 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
05:15:29 Join tomeaton17 [0] (5207f844@gateway/web/cgi-irc/kiwiirc.com/ip.82.7.248.68)
05:39:18 Join tomeaton1784 [0] (5207f844@gateway/web/cgi-irc/kiwiirc.com/ip.82.7.248.68)
05:39:20 Quit tomeaton1784 (Client Quit)
05:46:19 Quit pamaury (Quit: No Ping reply in 180 seconds.)
05:50:34 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
07:00
07:04:35 Join eevan [0] (~cisco@176.205.87.103)
07:05:41***Saving seen data "./dancer.seen"
07:56:33 Quit eevan (Remote host closed the connection)
07:56:55 Join eevan [0] (~cisco@176.205.87.103)
07:59:31 Quit eevan (Client Quit)
08:00
08:01:53 Quit tomeaton17 (Ping timeout: 240 seconds)
09:00
09:05:42***Saving seen data "./dancer.seen"
09:07:18 Join massiveH [0] (~massiveH@ool-18e4e82f.dyn.optonline.net)
09:19:52 Join Saijin_Naib [0] (~Saijin_Na@2603-7081-1d05-7230-1c96-fc2f-2c4c-fcdf.res6.spectrum.com)
09:32:51 Join ufdm_ [0] (~ufdm@c-73-164-63-214.hsd1.mn.comcast.net)
09:34:02 Quit ufdm (Read error: Connection reset by peer)
10:00
10:03:13 Join tomeaton17 [0] (5207f844@gateway/web/cgi-irc/kiwiirc.com/ip.82.7.248.68)
10:03:48 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
10:16:49 Quit atsampson (Ping timeout: 276 seconds)
10:19:16 Join atsampson [0] (~ats@cartman.offog.org)
10:40:00 Quit massiveH (Quit: Leaving)
11:00
11:05:45***Saving seen data "./dancer.seen"
11:32:43 Join daswf8529 [0] (~daswf852@unaffiliated/dwf)
11:34:13 Quit daswf852 (Ping timeout: 240 seconds)
11:34:13 Nick daswf8529 is now known as daswf852 (~daswf852@unaffiliated/dwf)
13:00
13:03:46 Join ZincAlloy [0] (~Adium@ip5f5abcae.dynamic.kabel-deutschland.de)
13:05:49***Saving seen data "./dancer.seen"
13:08:09 Quit ZincAlloy (Ping timeout: 260 seconds)
13:08:54 Join lebellium [0] (~lebellium@89-92-69-66.hfc.dyn.abo.bbox.fr)
13:10:48 Join ZincAlloy [0] (~Adium@2a02:8108:943f:d824:354a:5bd6:1f81:19fd)
13:25:56 Quit tomeaton17 (Quit: Connection closed)
13:35:21 Quit asaba (Quit: Relay server offline)
13:35:34 Join asaba [0] (~asaba@103.113.159.184)
13:46:06mendel_munkisdoes the sim automatically throttle itself to run at the same speed as the target?
14:00
14:17:04speachynope
14:25:21 Quit Saijin_Naib (Remote host closed the connection)
14:27:15 Quit ufdm_ (Quit: Leaving)
14:27:27 Join ufdm [0] (~ufdm@c-73-164-63-214.hsd1.mn.comcast.net)
14:44:24 Join Saijin_Naib [0] (~Saijin_Na@2603-7081-1d05-7230-8cf2-0f9a-3c8b-81be.res6.spectrum.com)
14:45:08mendel_munkisis there any good way to test speed differences in a port I don't own?
15:00
15:05:51***Saving seen data "./dancer.seen"
15:08:46_bilgusmendel_munkis, not really I mean you can compare between two runs and say its slower
15:08:58_bilgusbut its usually different code on the target
15:09:09_bilgusso different sizes different asm
15:10:23mendel_munkisI have two approaches to g3385 I know the one on gerrit is smaller but I would like to see which is faster.
15:10:37_bilgusIN theory apple to apples
15:10:44_bilgusso that should be fine
15:11:20mendel_munkiswhat's apples to apples?
15:11:49_bilgusdo code1 on sim do code 2 on sim code 2
15:11:58_bilgusis slower?
15:12:07mendel_munkisoh I see.
15:12:50_bilgusbut to quantify that in regards to the target?? eh its still slower but how mnuch no idea
15:13:18_bilgusat least in my experience thus far slow code is just even slower
15:13:37mendel_munkisbut I just realized that it won't help. the function is never called in the sim.
15:14:09_bilgusforce it
15:14:19_bilgusliek run it in a loop
15:15:06mendel_munkisgiven that the sim doesn't have the same rtc as say a nano 2g that would probably just crash.
15:15:45_bilgusyeah in that case break it out to a plugin and have a user run it
15:16:19_bilgusdo 50x and just check current_tick at the ends
15:17:33mendel_munkisthanks for the help.
15:18:15_bilgusnp :)
15:50:45 Quit michaelni (Quit: Leaving)
15:50:48 Join saratoga [0] (80974717@wireless-nat.urmc.rochester.edu)
15:50:56saratogaperformance is often a lot different on various embedded CPUs
15:51:07saratogaso its best to benchmark on the real device or something with similar cpu
15:51:16saratogaits why i have like 15 different players
15:51:35 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at)
16:00
16:03:44speachyif all we're talking about is 3385, there's nothing remotely performance-critical going on there, just a bit of extra work done on every RTC read?
16:06:30mendel_munkiscorrect
16:07:09mendel_munkisI just don't know how performance critical RTC reads are.
16:16:09 Quit saratoga (Quit: Connection closed)
17:00
17:05:54***Saving seen data "./dancer.seen"
17:16:56speachymendel_munkis: we read the RTC at most once per second.
17:18:34speachynot queried in any hot code; probably the only place where it might matter even a little is in the skin rendering code.
17:19:27speachy...and draw_statusbar()
17:20:17speachyso yeah, no performance impact beyond the slight bump in overall code size.
17:21:53 Quit lebellium (Quit: Leaving)
17:44:50 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
17:58:47 Quit ZincAlloy (Quit: Leaving.)
18:00
18:25:40 Join cockroach [0] (~blattodea@pdpc/supporter/active/cockroach)
18:55:27 Quit Saijin_Naib (Ping timeout: 250 seconds)
19:00
19:05:57***Saving seen data "./dancer.seen"
19:26:11 Quit pamaury (Ping timeout: 240 seconds)
19:39:39 Quit ac_laptop (Quit: WeeChat 3.0)
20:00
20:59:37 Join dconrad [0] (~dconrad@208.38.228.17)
21:00
21:06:01***Saving seen data "./dancer.seen"
22:00
22:24:29 Quit cockroach (Ping timeout: 246 seconds)
22:25:23 Quit dconrad (Remote host closed the connection)
22:37:49 Join dconrad [0] (~dconrad@208.38.228.17)
22:41:59 Quit dconrad (Ping timeout: 246 seconds)
23:00
23:06:04***Saving seen data "./dancer.seen"
23:25:40 Join Stanley00 [0] (~stanley00@unaffiliated/stanley00)
23:51:35 Join dconrad [0] (~dconrad@208.38.228.17)
23:51:50 Quit dconrad (Remote host closed the connection)

Previous day | Next day