Skip to content

Commit

Permalink
update docs for commit 3326392c
Browse files Browse the repository at this point in the history
  • Loading branch information
vlang-bot committed Oct 16, 2024
1 parent 0f5d73c commit 94ea8bd
Show file tree
Hide file tree
Showing 51 changed files with 182 additions and 179 deletions.
8 changes: 4 additions & 4 deletions appendix-i-keywords.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h1 class="main">Appendix I: Keywords</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7979"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7980"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -326,9 +326,9 @@ <h1 class="main">Appendix I: Keywords</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.180Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.355Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions appendix-ii-operators.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h1 class="main">Appendix II: Operators</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L8032"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L8033"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -315,9 +315,9 @@ <h1 class="main">Appendix II: Operators</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.180Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.357Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
9 changes: 5 additions & 4 deletions assets/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5380,10 +5380,11 @@ V has good support for profiling your programs: `v -profile profile.txt run file
That will produce a profile.txt file, which you can then analyze.

The generated profile.txt file will have lines with 4 columns:
a) how many times a function was called
b) how much time in total a function took (in ms)
c) how much time on average, a call to a function took (in ns)
d) the name of the v function

1. How many times a function was called.
2. How much time in total a function took (in ms).
3. How much time on average, a call to a function took (in ns).
4. The name of the v function.

You can sort on column 3 (average time per function) using:
`sort -n -k3 profile.txt|tail`
Expand Down
8 changes: 4 additions & 4 deletions atomics.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h1 class="main">Atomics</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7098"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7099"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -359,9 +359,9 @@ <h1 class="main">Atomics</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.123Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.300Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h1 class="main">Attributes</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L5587"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L5588"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -500,9 +500,9 @@ <h1 class="main">Attributes</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.005Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.181Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions builtin-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ <h2 id="dumping-expressions-at-runtime">Dumping expressions at runtime <a href="
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:43.831Z">Last updated:
2024-10-16 14:22:43, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.006Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions call-stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h1 class="main">Call stack</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L6575"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L6576"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -308,9 +308,9 @@ <h1 class="main">Call stack</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.084Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.260Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ <h1 class="main">Comments</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:43.575Z">Last updated:
2024-10-16 14:22:43, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:05.745Z">Last updated:
2024-10-16 15:24:05, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions concurrency.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,9 @@ <h2 id="shared-objects">Shared Objects <a href="concurrency.html#shared-objects"
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:43.935Z">Last updated:
2024-10-16 14:22:43, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.111Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions conditional-compilation.html
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ <h2 id="environment-specific-files">Environment specific files <a href="conditio
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L5824"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L5825"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -848,9 +848,9 @@ <h2 id="environment-specific-files">Environment specific files <a href="conditio
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.043Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.221Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ <h2 id="required-module-prefix">Required module prefix <a href="constants.html#r
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:43.829Z">Last updated:
2024-10-16 14:22:43, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.004Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions cross-compilation.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h1 class="main">Cross compilation</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7232"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7233"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -305,9 +305,9 @@ <h1 class="main">Cross compilation</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.127Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.303Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions debugger.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h1 class="main">Debugger</h1>
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L6449"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L6450"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -365,9 +365,9 @@ <h1 class="main">Debugger</h1>
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.081Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.257Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions debugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h2 id="javascript-backend">Javascript Backend <a href="debugging.html#javascrip
<div class="edit-info">
<div class="edit-link">
<a class="link edit-link-button"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7278"
href="https://github.com/vlang/v/edit/master/doc/docs.md#L7279"
target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
class="edit-link-icon">
Expand All @@ -331,9 +331,9 @@ <h2 id="javascript-backend">Javascript Backend <a href="debugging.html#javascrip
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:44.130Z">Last updated:
2024-10-16 14:22:44, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:06.306Z">Last updated:
2024-10-16 15:24:06, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions functions-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ <h2 id="parameter-evaluation-order">Parameter evaluation order <a href="function
</a>
</div>
<div class="last-updated">
<time datetime="2024-10-16T11:22:43.820Z">Last updated:
2024-10-16 14:22:43, V Commit: <a
href="https://github.com/vlang/v/commit/c5e8ad19dfd6b57396b7781d423195305ce8c6b4">c5e8ad1</a></time>
<time datetime="2024-10-16T12:24:05.995Z">Last updated:
2024-10-16 15:24:05, V Commit: <a
href="https://github.com/vlang/v/commit/3326392ce2630075b9c1a66d8fe8e795ab457ebe">3326392</a></time>
</div>
</div>

Expand Down
Loading

0 comments on commit 94ea8bd

Please sign in to comment.