AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   No file from profiler (https://forums.alliedmods.net/showthread.php?t=318951)

einsfuhrer 10-02-2019 04:03

No file from profiler
 
Hay, I'm running this commands in this order, in the rcon console:

Code:

sm prof start vprof
sm prof stop vprof
sm prof dump vprof

And when I do the last command, it sends the result in the console. But it doesn't create a file in "addons/sourcemod/logs/"

Why is that? I really would like the file so I can open it in the profviewer.exe and see my plugins status.

Thanks in advanced!

asherkin 10-02-2019 14:40

Re: No file from profiler
 
profviewer.exe is part of the old profiler framework that is not used any more, the output of "sm prof dump vprof" has various different analysis views (and the engine has many other vprof commands if you want something different). You can use con_logfile (depending on game there are restrictions and other options) to get the console output in a file.

einsfuhrer 10-02-2019 15:05

Re: No file from profiler
 
Quote:

Originally Posted by asherkin (Post 2668590)
profviewer.exe is part of the old profiler framework that is not used any more, the output of "sm prof dump vprof" has various different analysis views (and the engine has many other vprof commands if you want something different). You can use con_logfile (depending on game there are restrictions and other options) to get the console output in a file.

Ty for answer, where is the file (con_logfile) outputted?

Sreaper 10-04-2019 00:04

Re: No file from profiler
 
Quote:

Originally Posted by einsfuhrer (Post 2668593)
Ty for answer, where is the file (con_logfile) outputted?

con_logfile something.txt would dump to root folder of your game.

einsfuhrer 10-07-2019 07:03

Re: No file from profiler
 
Ty!


All times are GMT -4. The time now is 06:28.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.