Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Percentages taken affected by sampling interval #23

Open
agrimm opened this issue Mar 6, 2014 · 0 comments
Open

Percentages taken affected by sampling interval #23

agrimm opened this issue Mar 6, 2014 · 0 comments

Comments

@agrimm
Copy link

agrimm commented Mar 6, 2014

As I decrease the sampling interval, starting at 1000 microseconds and going down to 10 microseconds, when sampling by wall time, the proportions used by at least one method decreases:

[redacted]#run_clustalw_command [redacted]
  samples:  6051 self (55.2%)  /   6051 total (55.2%)
  callers:
    6051  (  100.0%)  [redacted]#[redacted]
  code:
                                  |   143  |   def run_clustalw_command(clustalw_command)
                                  |   144  |     # [redacted]
 6051   (55.2%) /  6051  (55.2%)  |   145  |     system(clustalw_command) or fail "clustalw failure"
                                  |   146  |   end

[redacted]#run_clustalw_command [redacted]
  samples:  11982 self (54.0%)  /   11982 total (54.0%)
  callers:
    11982  (  100.0%)  [redacted]#[redacted]
  code:
                                  |   143  |   def run_clustalw_command(clustalw_command)
                                  |   144  |     # [redacted]
 11982   (54.0%) /  11982  (54.0%)  |   145  |     system(clustalw_command) or fail "clustalw failure"
                                  |   146  |   end

[redacted]#run_clustalw_command [redacted]
  samples:  16123 self (21.0%)  /   16123 total (21.0%)
  callers:
    16123  (  100.0%)  [redacted]#[redacted]
  code:
                                  |   143  |   def run_clustalw_command(clustalw_command)
                                  |   144  |     # [redacted]
 16123   (21.0%) /  16123  (21.0%)  |   145  |     system(clustalw_command) or fail "clustalw failure"
                                  |   146  |   end

[redacted]#run_clustalw_command [redacted]
  samples:  18807 self (10.4%)  /   18807 total (10.4%)
  callers:
    18807  (  100.0%)  [redacted]#[redacted]
  code:
                                  |   143  |   def run_clustalw_command(clustalw_command)
                                  |   144  |     # [redacted]
 18807   (10.4%) /  18807  (10.4%)  |   145  |     system(clustalw_command) or fail "clustalw failure"
                                  |   146  |   end

Is this a normal occurrence, or a potential bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant