home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1803 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.7 KB  |  62 lines

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C2P
  5. Date: 23 Jan 1996 17:27:40 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4e35qc$8n4@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4cu7vo$17q@sinsen.sn.no> <4djdu8$ba@oreig.uji.es> <4dkbml$em2@maureen.teleport.com> <4dm3sm$pvm@sunsystem5.informatik.tu-muenchen.de> <4e0rrm$hld@oreig.uji.es>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle5.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <4e0rrm$hld@oreig.uji.es>, ii202@rossegat.uji.es (Jorge Acereda Macia) writes:
  15. |> Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
  16. |> Lines: 24
  17. |> Distribution: world
  18. |> Message-ID: <4e0rrm$hld@oreig.uji.es>
  19. |> References: <4cu7vo$17q@sinsen.sn.no> <4djdu8$ba@oreig.uji.es> <4dkbml$em2@maureen.teleport.com> <4dm3sm$pvm@sunsystem5.informatik.tu-muenchen.de>
  20. |> NNTP-Posting-Host: @rossegat.uji.es
  21. |> X-Newsreader: TIN [version 1.2 PL2]
  22. |> 
  23. |> Juergen "Rally" Fischer (fischerj@informatik.tu-muenchen.de) wrote:
  24. |> 
  25. |> > |> : IMHO it's better to measure ms. instead of scanlines... Scanlines
  26. |> > |> : measuring is harder in OS-friendly code.
  27. |> 
  28. |> > no timer is more accurate than showing the timing via raster display.
  29. |> > you know any method with less overhead than the 8 cycles for a write
  30. |> > to colorregister ?
  31. |> 
  32. |> Yeah, but when testing multitasking code this can be a bit harder.
  33. |> ReadEClock() is fast. A scanline is a lot of time. ms are more accurate
  34.  
  35. mhm in which lib is this ? OS3.0 ? Do I need to open something bevore
  36. using it ?
  37.  
  38. |> in this sense if you measure in "integer rasterlines".
  39. |> 
  40. |> And what's that of writing to colorregisters? Are you counting scanlines
  41. |> directly in the monitor??? %-)
  42.  
  43. if they're only 2 or 3, yes! you even can see if it's only 2.5 scanlines,
  44. VERY accurate!
  45.  
  46. when counting 100 scanlines or so, I measure the length of the bar on
  47. TV and divide through the hight of a wb screen :D works well & accurate,
  48. however the biggest advantage is the 1st example I mentioned.
  49.  
  50. |> 
  51. |> Greets,
  52. |> --
  53. |>  ---------------------------- --------------------------------------------
  54. |> |       Jorge Acereda        |      Dream the same thing everynight       |
  55. |> |   ii202@rossegat.uji.es    |       I see our freedom in my sight        |
  56. |> |       Intel Outside        |     No locked doors, no windows barred     |
  57. |> |        Amiga Rules         |   No things to make my brain seem scarred  |
  58. |>  ---------------------------- --------------------------------------------
  59. ------------------------------------------------------------------------
  60.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  61.  
  62.