gmon.out ?
-
- KVRAF
- 6490 posts since 14 Jun, 2004 from Rochester, NY
erhhh
every time i launch t2, it puts a file, "gmon.out" in the same desktop folder as the shortcut... anyone know what the hell this comes from ?
RonC
every time i launch t2, it puts a file, "gmon.out" in the same desktop folder as the shortcut... anyone know what the hell this comes from ?
RonC
-
- KVRAF
- 10815 posts since 26 Nov, 2004 from UK
shit ron you got a virus! the gmon.out virus
quickly!! deleate all data on your pc without backing up & remove all primery partishions from your hard drives
RON THATS A JOKE!!!!!! PLEASE DONT REALY DO IT!!!!!!!
havent a friging clue what that file is though
quickly!! deleate all data on your pc without backing up & remove all primery partishions from your hard drives
RON THATS A JOKE!!!!!! PLEASE DONT REALY DO IT!!!!!!!
havent a friging clue what that file is though
-
- KVRAF
- 1714 posts since 14 Mar, 2003 from Israel
A short google search tells me it's some sort of stardard output file generated ysing certain commands/ whatever. A programmer probably can explain the details.
Anyway, it seems like nothing to worry about.
I guess it's not T itself creating it though, as my system diesn;t have any such files (a plugin generates it perhaps?)
Anyway, it seems like nothing to worry about.
I guess it's not T itself creating it though, as my system diesn;t have any such files (a plugin generates it perhaps?)
CubaseStudio4 µTonic/Rapture Nitro/GS-201/Ohmicide/TBK 1&3
-
- KVRer
- 17 posts since 22 Apr, 2005 from Australia
gmon.out is usually produced by an executable compiled by gcc for profiling (ie. using gcc -pg).
Profiling gives the programmer a breakdown of how much execution time is spent in different functions within the program. Usually, one profiles a program to determine which functions would best benefit from optimisation.
Anyway, the gmon.out file can be read by the gnu profiler (gprof) like this:
Each gmon.out includes statistics for a particular run of the program. Its also possible that gmon.out is being produced not by Tracktion itself, but by a plugin that is loaded by Tracktion. You would have to figure this out by a process of elimination.
In any case, if an executable produces a gmon.out file it is almost certainly an error. Profiling makes the program run slower, so should not be included in a "shipped" version of an executable.
Profiling gives the programmer a breakdown of how much execution time is spent in different functions within the program. Usually, one profiles a program to determine which functions would best benefit from optimisation.
Anyway, the gmon.out file can be read by the gnu profiler (gprof) like this:
Code: Select all
gprof tracktion2.exe gmon.out In any case, if an executable produces a gmon.out file it is almost certainly an error. Profiling makes the program run slower, so should not be included in a "shipped" version of an executable.
-
- KVRAF
- 1714 posts since 14 Mar, 2003 from Israel
spacefox wrote:A short google search tells me it's some sort of stardard output file generated ysing certain commands/ whatever. A programmer probably can explain the details.
see?stewartg wrote:details
CubaseStudio4 µTonic/Rapture Nitro/GS-201/Ohmicide/TBK 1&3
- AcousticHippie
- 4769 posts since 12 Mar, 2003
spacefox wrote:spacefox wrote:A short google search tells me it's some sort of stardard output file generated ysing certain commands/ whatever. A programmer probably can explain the details.see?stewartg wrote:details
-
- KVRAF
- 1600 posts since 1 Apr, 2003 from Seattle, WA
Since no one else sees this Ron, I'm pretty sure it its plug-in related. Have added any new plugs lately?
Ben
Ben
-
- Banned
- 22457 posts since 5 Sep, 2001
[DELETED]
-
- KVRAF
- Topic Starter
- 6490 posts since 14 Jun, 2004 from Rochester, NY
-
- Banned
- 22457 posts since 5 Sep, 2001
[DELETED]
-
- KVRAF
- Topic Starter
- 6490 posts since 14 Jun, 2004 from Rochester, NY
the thing is i dont use gamp phat, i just have it. maybe every time i do a vst scan it pops up?
RonC
RonC
-
- Banned
- 22457 posts since 5 Sep, 2001
[DELETED]
-
- KVRAF
- 1714 posts since 14 Mar, 2003 from Israel
Tracktion initializes every plugin at scan time, so this is probably it.rpc9943 wrote:the thing is i dont use gamp phat, i just have it. maybe every time i do a vst scan it pops up?
RonC
CubaseStudio4 µTonic/Rapture Nitro/GS-201/Ohmicide/TBK 1&3
-
- KVRAF
- Topic Starter
- 6490 posts since 14 Jun, 2004 from Rochester, NY
